Skip to content

A mobile application that help you build habits that last.

License

Notifications You must be signed in to change notification settings

AnonX9/monumental_habits

Repository files navigation

Flutter   Dart   MIT License

Riverpod


Project: Flutter Riverpod Starter

This is a Flutter application that serves as a starter template for using Riverpod in Flutter. It provides a basic structure and setup for using Riverpod, a state management solution for Flutter.

Table of Contents

Features

  • State management using Riverpod
  • Provider for retrieving package information
  • Logging provider observer
  • Responsive design using Sizer widget
  • Error handling for Dio requests
  • Basic UI using Flutter widgets
  • Network connectivity check
  • Local Database using ObjectBox
  • Easy Internationalization
  • Router using Go_Router
  • Customizable theme ( light / dark ) with FlexSchemeTheme

Getting Started

To get started with this project, follow these steps :

  1. Clone the repository:

    git clone https://github.com/AnonX9/monumental_habits.git --branch with_easy_l10n
  2. Change into the project directory:

    cd monumental_habits
  3. Install dependencies:

    flutter pub get
  4. Generate all rivepod files:

    dart build_runner build --delete-conflicting-outputs
  5. Generate documentation files:

    flutter pub get
    dart doc .

    You should see the following message at the end:

    Success! Docs generated into /Users/me/projects/my_package/doc/api
    

    Now, to see the documentation, use the following commands:

    dart pub global activate dhttpd
    dart pub global run dhttpd --path doc/api

Usage

This application is meant to be a starter pack for any 'real-world' application developped in flutter. It offers basic features that are usually needed in applications along with a documentation.

Contributing

Contributions are always welcome! Or you can simply make this whole project your own.If you'd like to contribute to this project, follow these steps:

  1. Fork the repository:

  2. Clone the forked repository:

    git clone https://github.com/your-username/monumental_habits.git
  3. Create a new branch:

    git checkout -b feature/my-new-feature
  4. Make your changes and commit them:

    git add .
    git commit -m "Add a brief description of your changes"
  5. Push your changes to your forked repository:

    git push origin feature/my-new-feature
  6. Submit your pull request and we could review it together ! ✨

License

This project is licensed under the MIT License - see the LICENSE file for details.

Thank you for using the Flutter Riverpod Starter project! If you have or feedback, please feel free to reach out.