Browse Source

update pubspec

git@yoqi.me 9 months ago
parent
commit
2a9066788d
2 changed files with 4 additions and 3 deletions
  1. 3 2
      lib/dao/api.dart
  2. 1 1
      pubspec.yaml

+ 3 - 2
lib/dao/api.dart

@@ -1,5 +1,6 @@
-
-
+/// Description: api
+/// Time       : 07/21/2023 Friday
+/// Author     : liuyuqi.gov@msn.cn
 class Api {
   static const host = "http://flutter.yoqi.me/Api";
   static const porject = host + "/flutter_green";

+ 1 - 1
pubspec.yaml

@@ -11,7 +11,7 @@ dependencies:
     sdk: flutter
 
   cupertino_icons: ^1.0.5
-  shared_preferences: ^2.0.15
+  shared_preferences: ^2.2.0
   dio: ^5.1.2
 
 dev_dependencies: