Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanbeusekom committed Mar 25, 2024
1 parent 4a39016 commit 38988dc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 14 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dev_dependencies:
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^2.0.0
flutter_lints: ^3.0.1

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down
23 changes: 10 additions & 13 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,22 @@ environment:
sdk: '>=3.1.1 <4.0.0'
flutter: '>=3.3.0'

flutter:
plugin:
platforms:
android:
package: com.baseflow.instancemanager
pluginClass: FlutterInstanceManagerPlugin
ios:
pluginClass: FlutterInstanceManagerPlugin

dependencies:
flutter:
sdk: flutter
flutter_test:
sdk: flutter
mockito: ^5.4.2
plugin_platform_interface: ^2.0.2
uuid: ^4.1.0

dev_dependencies:
build_runner: ^2.4.6
flutter_lints: ^2.0.0
pigeon: ^11.0.1

flutter:
plugin:
platforms:
android:
package: com.baseflow.instancemanager
pluginClass: FlutterInstanceManagerPlugin
ios:
pluginClass: FlutterInstanceManagerPlugin
flutter_lints: ^3.0.1

0 comments on commit 38988dc

Please sign in to comment.