An open API service indexing awesome lists of open source software.

https://github.com/piotrfleury/tusmo_flutter

Flutter project for educational purpose on Riverpod state management.
https://github.com/piotrfleury/tusmo_flutter

flutter riverpod state

Last synced: 3 months ago
JSON representation

Flutter project for educational purpose on Riverpod state management.

Awesome Lists containing this project

README

        

# tusmo_flutter

Flutter project for educational purpose on Riverpod state management.

## Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)

For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.

## State management with Riverpod

This project uses Riverpod for state management. You can find the documentation [here](https://riverpod.dev/).

## Running the app

To run the app, you need to have Flutter installed on your machine. You can find the installation instructions [here](https://flutter.dev/docs/get-started/install).

Once you have Flutter installed, you can run the app by running the following command in the root of the project:

```bash
flutter run
```

## Running the tests

To run the tests, you need to have Flutter installed on your machine. You can find the installation instructions [here](https://flutter.dev/docs/get-started/install).

Once you have Flutter installed, you can run the tests by running the following command in the root of the project:

```bash
flutter test
```