Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 2 commits
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
6 changes: 4 additions & 2 deletions packages/device_info/device_info/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ dependencies:
flutter:
sdk: flutter
device_info_platform_interface:
path: ../device_info_platform_interface

git:
url: https://github.com/flutter/plugins.git
ref: nnbd
path: device_info/device_info_platform_interface
dev_dependencies:
test: ^1.10.0-nullsafety.1
flutter_test:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ dependencies:
sdk: flutter
meta: ^1.3.0-nullsafety.3
plugin_platform_interface:
path: ../../plugin_platform_interface
git:
url: https://github.com/flutter/plugins.git
ref: nnbd
path: packages/plugin_platform_interface

dev_dependencies:
flutter_test:
Expand Down