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.
- Host: GitHub
- URL: https://github.com/piotrfleury/tusmo_flutter
- Owner: PiotrFLEURY
- Created: 2023-02-19T15:50:16.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-19T16:54:01.000Z (about 2 years ago)
- Last Synced: 2024-12-28T05:25:51.307Z (4 months ago)
- Topics: flutter, riverpod, state
- Language: C++
- Homepage: https://piotrfleury.github.io/tusmo_flutter/
- Size: 5.45 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```