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: about 14 hours 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-09T03:52:33.000Z (over 5 years ago)
- Last Synced: 2025-04-05T13:04:14.724Z (6 months ago)
- Topics: dart, dartlang, favorites, flutter, flutter-demo, flutter-examples, hive, hivedb
- Language: Dart
- Size: 94.7 KB
- Stars: 5
- Watchers: 1
- 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) – me@atiqsamtia.com
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