Skip to content

Commit

Permalink
upgrade http package
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamun361054 committed Jul 23, 2023
1 parent 724183b commit 8de2740
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 16 deletions.
31 changes: 20 additions & 11 deletions .idea/libraries/Dart_SDK.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions .idea/libraries/Flutter_Plugins.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions agora_flutter_uikit.iml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<excludeFolder url="file://$MODULE_DIR$/.idea" />
<excludeFolder url="file://$MODULE_DIR$/.pub" />
<excludeFolder url="file://$MODULE_DIR$/build" />
<excludeFolder url="file://$MODULE_DIR$/example/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/example/.pub" />
<excludeFolder url="file://$MODULE_DIR$/example/build" />
</content>
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dependencies:
agora_rtm: ^1.5.5
flutter:
sdk: flutter
http: ^1.0.0
http: '>=0.13.1 <2.0.0'
lints: ">=1.0.1 <2.1.0"
permission_handler: ^10.2.0

Expand Down

0 comments on commit 8de2740

Please sign in to comment.