Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/masfranzhuo/flutter_crud_with_bloc
This is a Flutter CRUD example with BLoC
https://github.com/masfranzhuo/flutter_crud_with_bloc
bloc crud crud-application crud-sample dart flutter flutter-app flutter-apps flutter-crud flutter-demo flutter-examples sink stream
Last synced: 22 days ago
JSON representation
This is a Flutter CRUD example with BLoC
- Host: GitHub
- URL: https://github.com/masfranzhuo/flutter_crud_with_bloc
- Owner: masfranzhuo
- Created: 2019-10-03T04:13:58.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-02T18:28:22.000Z (about 5 years ago)
- Last Synced: 2024-11-06T13:53:13.683Z (2 months ago)
- Topics: bloc, crud, crud-application, crud-sample, dart, flutter, flutter-app, flutter-apps, flutter-crud, flutter-demo, flutter-examples, sink, stream
- Language: Dart
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter CRUD with BLoC
A Flutter CRUD project.
This project use [JSONPlaceholder](https://jsonplaceholder.typicode.com/) as its API URL. So, the data will not really created, updated or even deleted.