Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saturngod/riverpod_todo_app
using Riverpod for NextJS Todo App
https://github.com/saturngod/riverpod_todo_app
Last synced: about 1 month ago
JSON representation
using Riverpod for NextJS Todo App
- Host: GitHub
- URL: https://github.com/saturngod/riverpod_todo_app
- Owner: saturngod
- Created: 2024-09-15T07:55:39.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-11-08T05:12:10.000Z (about 2 months ago)
- Last Synced: 2024-11-08T06:19:44.784Z (about 2 months ago)
- Language: Dart
- Size: 293 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# For Server Side
Please use NextJS from https://github.com/saturngod/NextJSTodo
Please run the build_runner before running the app
```
flutter pub run build_runner watch
```