Sample for Getting list of saved items in a box.
Useful for building list for stored favourite items.
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
Atiq Samtia– @AtiqSamtia – [email protected]
Distributed under the GPL3 license.
https://github.com/atiqsamtia/hivedb_flutter_saved_list_sample
- Fork it (https://github.com/atiqsamtia/hivedb_flutter_saved_list_sample/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request