Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marvinkweyu/checklist
A cross-platform checklist application
https://github.com/marvinkweyu/checklist
bloc flutter hydratedbloc
Last synced: about 1 month ago
JSON representation
A cross-platform checklist application
- Host: GitHub
- URL: https://github.com/marvinkweyu/checklist
- Owner: MarvinKweyu
- Created: 2024-06-23T13:37:58.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T17:53:37.000Z (3 months ago)
- Last Synced: 2024-08-26T19:24:54.521Z (3 months ago)
- Topics: bloc, flutter, hydratedbloc
- Language: Dart
- Homepage:
- Size: 468 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Checklist
> A local-first cross-platform checklist
## Preview
## Local installation
Get the latest version of checklist from the [releases page](https://github.com/MarvinKweyu/checklist/releases). This includes installables for:
- Android
- Windows (In progress)## Development
For local development, clone the repo, install the dependencies and run the project for your environment
```
flutter pub get
flutter run
```