Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Dependency overrides
  • Loading branch information
Emmanuel Garcia committed Feb 23, 2021
commit 730b6ccd828d53bcf75d0f113c2d5169058ed338
9 changes: 9 additions & 0 deletions packages/path_provider/path_provider/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,15 @@ dependencies:
path_provider_linux: ^2.0.0
path_provider_windows: ^2.0.0

# TODO(egarciad): Bump dependencies above and remove the overrides.
dependency_overrides:
path_provider_macos:
path: ../path_provider_macos
path_provider_linux:
path: ../path_provider_linux
path_provider_windows:
path: ../path_provider_windows

dev_dependencies:
integration_test:
path: ../../integration_test
Expand Down
10 changes: 10 additions & 0 deletions packages/shared_preferences/shared_preferences/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,16 @@ dependencies:
shared_preferences_web: ^2.0.0
shared_preferences_windows: ^2.0.0

# TODO(egarciad): Bump dependencies above and remove the overrides.
dependency_overrides:
shared_preferences_linux:
path: ../shared_preferences_linux
shared_preferences_macos:
path: ../shared_preferences_macos
shared_preferences_windows:
path: ../shared_preferences_windows


dev_dependencies:
flutter_test:
sdk: flutter
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,4 @@

#include "generated_plugin_registrant.h"


void RegisterPlugins(flutter::PluginRegistry* registry) {
}
void RegisterPlugins(flutter::PluginRegistry* registry) {}