git@yoqi.me 1 year ago
parent
commit
fffa4114d3
1 changed files with 5 additions and 4 deletions
  1. 5 4
      pubspec.yaml

+ 5 - 4
pubspec.yaml

@@ -1,17 +1,18 @@
 name: agora_chat_demo
 name: agora_chat_demo
 description: A new Flutter project.
 description: A new Flutter project.
 publish_to: 'none' # Remove this line if you wish to publish to pub.dev
 publish_to: 'none' # Remove this line if you wish to publish to pub.dev
-version: 1.0.1+1
+version: 1.2.1+1
 environment:
 environment:
-  sdk: ">=2.16.2 <3.0.0"
+  sdk: '>=2.19.2 <3.0.0'
+
 dependencies:
 dependencies:
   flutter:
   flutter:
     sdk: flutter
     sdk: flutter
   cupertino_icons: ^1.0.5
   cupertino_icons: ^1.0.5
   agora_chat_sdk: ^1.1.0+1
   agora_chat_sdk: ^1.1.0+1
-  # agora_rtc_engine: ^6.2.0
+  agora_rtc_engine: ^6.2.0
   http: ^0.13.4
   http: ^0.13.4
-  dio: ^4.0.6
+  dio: ^5.1.2
   shared_preferences: ^2.2.0
   shared_preferences: ^2.2.0
   
   
 dev_dependencies:
 dev_dependencies: