Skip to content

Commit

Permalink
🚀 Upgrade workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 committed Apr 14, 2024
1 parent 532a13e commit 474a816
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
17 changes: 13 additions & 4 deletions dio_workspace.iml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,24 @@
<excludeFolder url="file://$MODULE_DIR$/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/.pub" />
<excludeFolder url="file://$MODULE_DIR$/build" />
<excludeFolder url="file://$MODULE_DIR$/dio/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/dio/.pub" />
<excludeFolder url="file://$MODULE_DIR$/dio/build" />
<excludeFolder url="file://$MODULE_DIR$/example/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/example/.pub" />
<excludeFolder url="file://$MODULE_DIR$/example/build" />
<excludeFolder url="file://$MODULE_DIR$/example_flutter_app/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/example_flutter_app/.pub" />
<excludeFolder url="file://$MODULE_DIR$/example_flutter_app/build" />
<excludeFolder url="file://$MODULE_DIR$/dio/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/dio/.pub" />
<excludeFolder url="file://$MODULE_DIR$/dio/build" />
<excludeFolder url="file://$MODULE_DIR$/plugins/compatibility_layer/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/plugins/compatibility_layer/.pub" />
<excludeFolder url="file://$MODULE_DIR$/plugins/compatibility_layer/build" />
<excludeFolder url="file://$MODULE_DIR$/plugins/cookie_manager/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/plugins/cookie_manager/.pub" />
<excludeFolder url="file://$MODULE_DIR$/plugins/cookie_manager/build" />
<excludeFolder url="file://$MODULE_DIR$/plugins/http2_adapter/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/plugins/http2_adapter/.pub" />
<excludeFolder url="file://$MODULE_DIR$/plugins/http2_adapter/build" />
<excludeFolder url="file://$MODULE_DIR$/plugins/native_dio_adapter/.dart_tool" />
<excludeFolder url="file://$MODULE_DIR$/plugins/native_dio_adapter/.pub" />
<excludeFolder url="file://$MODULE_DIR$/plugins/native_dio_adapter/build" />
Expand All @@ -27,4 +36,4 @@
<orderEntry type="library" name="Dart SDK" level="project" />
<orderEntry type="library" name="Dart Packages" level="project" />
</component>
</module>
</module>
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ publish_to: 'none'
repository: https://github.com/cfug/dio

environment:
sdk: '>=2.15.0 <4.0.0'
sdk: '>=2.18.0 <4.0.0'

dev_dependencies:
lints: any
Expand Down

0 comments on commit 474a816

Please sign in to comment.