Skip to content

Commit

Permalink
Remove unnecessary dependencies (#1696)
Browse files Browse the repository at this point in the history
- Removes `plugin_platform_interface`
- Moves `yaml` to `dev_dependencies`
  • Loading branch information
brianquinlan authored Nov 4, 2024
1 parent 16ed7ac commit a4d2345
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/objective_c/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ dependencies:
ffi: ^2.1.0
flutter:
sdk: flutter
plugin_platform_interface: ^2.0.2
yaml: ^3.1.0

dev_dependencies:
args: ^2.6.0
Expand All @@ -33,6 +31,7 @@ dev_dependencies:
flutter_test:
sdk: flutter
test: ^1.21.1
yaml: ^3.1.0

dependency_overrides:
ffigen:
Expand Down

0 comments on commit a4d2345

Please sign in to comment.