Skip to content

An android dialer application made with Flutter following MDY MD3 guidelines

License

Notifications You must be signed in to change notification settings

user-grinch/Rivo

Repository files navigation

Revo

Revo is a modern, feature-rich dialer app built using Flutter. Designed for seamless communication, Revo provides a sleek and user-friendly interface for managing calls and contacts.

Features

  • Fast Dialing: Quickly dial numbers with an intuitive interface.
  • Contact Management: Easily manage and organize your contacts.
  • Call History: Access and manage your call logs effortlessly.
  • Customizable UI: Enjoy a visually appealing and customizable design.

Tech Stack

  • Framework: Flutter
  • Language: Dart

Preview

Screenshots

Show Images Preview 1 Preview 2 Preview 3 Preview 4 Preview 5

Getting Started

  1. Clone the repository:
    git clone https://github.com/user-grinch/Rivo.git
  2. Navigate to the project directory:
    cd Rivo
  3. Install dependencies:
    flutter pub get
  4. Run the app in debug mode:
    flutter run
  5. Build the app for release:
    flutter build apk

Contribution Guidelines

We welcome contributions to improve Revo! Follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix:
    git checkout -b feature-name
  3. Make your changes and commit them with a descriptive message:
    git commit -m "Add a brief description of your changes"
  4. Push your branch to your forked repository:
    git push origin feature-name
  5. Create a pull request on the main repository, describing your changes.

License

This project is licensed under the GNU General Public License v3.0. See the LICENSE file for details.


Made with ❤️ using Flutter.