Skip to content

Commit

Permalink
refactor(all): Remove all manual dependency_overrides (#1628)
Browse files Browse the repository at this point in the history
  • Loading branch information
spydon committed Apr 5, 2023
1 parent e871e1b commit f7673fb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 30 deletions.
3 changes: 1 addition & 2 deletions packages/android_alarm_manager_plus/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ environment:
dependencies:
flutter:
sdk: flutter
android_alarm_manager_plus:
path: ../
android_alarm_manager_plus: ^2.1.1
shared_preferences: ^2.0.13
path_provider: ^2.0.9

Expand Down
3 changes: 1 addition & 2 deletions packages/android_intent_plus/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ dependencies:
flutter:
sdk: flutter
platform: ^3.1.0
android_intent_plus:
path: ../
android_intent_plus: ^3.1.6

dev_dependencies:
flutter_driver:
Expand Down
3 changes: 1 addition & 2 deletions packages/battery_plus/battery_plus/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ environment:
dependencies:
flutter:
sdk: flutter
battery_plus:
path: ../
battery_plus: ^3.0.3

dev_dependencies:
flutter_driver:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@ environment:
dependencies:
flutter:
sdk: flutter
connectivity_plus:
path: ../

dependency_overrides:
connectivity_plus_platform_interface:
path: ../../connectivity_plus_platform_interface
connectivity_plus: ^3.0.3

dev_dependencies:
flutter_driver:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ description: Demonstrates how to use the device_info_plus plugin.
dependencies:
flutter:
sdk: flutter
device_info_plus:
path: ../

dependency_overrides:
device_info_plus_platform_interface:
path: ../../device_info_plus_platform_interface
device_info_plus: ^8.1.0

dev_dependencies:
flutter_driver:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@ environment:
dependencies:
flutter:
sdk: flutter
network_info_plus:
path: ../

dependency_overrides:
network_info_plus_platform_interface:
path: ../../network_info_plus_platform_interface
network_info_plus: ^3.0.2

dev_dependencies:
flutter_driver:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,7 @@ environment:
dependencies:
flutter:
sdk: flutter
package_info_plus:
path: ../

dependency_overrides:
package_info_plus_platform_interface:
path: ../../package_info_plus_platform_interface
package_info_plus: ^3.0.3

dev_dependencies:
integration_test:
Expand Down

0 comments on commit f7673fb

Please sign in to comment.