Created
March 29, 2020 10:30
-
-
Save paulallies/5d082ba4833dfc25133d6dbd3772d91b to your computer and use it in GitHub Desktop.
Hive Demo: pubspec.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: HiveDemo | |
description: A Hive Demo Project. | |
version: 1.0.0+1 | |
environment: | |
sdk: ">=2.1.0 <3.0.0" | |
dependencies: | |
flutter: | |
sdk: flutter | |
path_provider: ^1.6.5 | |
hive: ^1.4.1+1 | |
hive_flutter: ^0.3.0+2 | |
cupertino_icons: ^0.1.2 | |
dev_dependencies: | |
flutter_test: | |
sdk: flutter | |
hive_generator: ^0.7.0+2 | |
build_runner: ^1.8.0 | |
flutter: | |
uses-material-design: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment