https://github.com/atiqsamtia/hivedb_flutter_saved_list_sample
Sample for Getting list of saved items in a box.
https://github.com/atiqsamtia/hivedb_flutter_saved_list_sample
dart dartlang favorites flutter flutter-demo flutter-examples hive hivedb
Last synced: 5 months ago
JSON representation
Sample for Getting list of saved items in a box.
- Host: GitHub
- URL: https://github.com/atiqsamtia/hivedb_flutter_saved_list_sample
- Owner: atiqsamtia
- Created: 2020-05-09T03:45:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T03:52:33.000Z (almost 5 years ago)
- Last Synced: 2024-08-03T22:18:55.507Z (8 months ago)
- Topics: dart, dartlang, favorites, flutter, flutter-demo, flutter-examples, hive, hivedb
- Language: Dart
- Size: 94.7 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - atiqsamtia/hivedb_flutter_saved_list_sample - Sample for Getting list of saved items in a box. (Dart)
README
# HiveDB Flutter Saved List Sample Demo
> Sample for Getting list of saved items in a box.> Useful for building list for stored favourite items.
 
## Getting Started
clone this repo
```
git clone https://github.com/atiqsamtia/hivedb_flutter_saved_list_sample.git
```Update dependencies
```
cd hivedb_flutter_saved_list_sample
flutter packages get
flutter run
```## Meta
Atiq Samtia– [@AtiqSamtia](https://twitter.com/atiqsamtia) – [email protected]
Distributed under the GPL3 license.
[https://github.com/atiqsamtia/hivedb_flutter_saved_list_sample](https://github.com/atiqsamtia/hivedb_flutter_saved_list_sample)
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b feature/fooBar`)
3. Commit your changes (`git commit -am 'Add some fooBar'`)
4. Push to the branch (`git push origin feature/fooBar`)
5. Create a new Pull Request