]> git.proxmox.com Git - flutter/proxmox_dart_api_client.git/commitdiff
remove shared prefs & flutter dependency
authorTim Marx <t.marx@proxmox.com>
Wed, 29 Jul 2020 12:00:39 +0000 (14:00 +0200)
committerTim Marx <t.marx@proxmox.com>
Wed, 29 Jul 2020 12:00:39 +0000 (14:00 +0200)
Signed-off-by: Tim Marx <t.marx@proxmox.com>
README.md
pubspec.yaml

index cffa6147be6a8f288f07a61642080a1b9595d380..cdb4e4ce09d3c44c1c0e1feaf066a02ccd3b15f9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 To run builds for model classes use:
-flutter packages pub run build_runner build
+pub run build_runner build
 
 or if you like use a watcher:
-flutter pub run build_runner watch
\ No newline at end of file
+pub run build_runner watch
\ No newline at end of file
index 6785727c77a1b230ba4833ddd14cb86d7dc4fd46..0fdf39a9e8b79815c7f21383e045185201aa5145 100644 (file)
@@ -9,7 +9,6 @@ environment:
 
 dependencies:
   http: ^0.12.0+2
-  shared_preferences: ^0.5.6
   built_value: ^7.0.9
   built_collection: ^4.3.2
   retry: ^3.0.0+1