Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
apply rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
adpinola committed Nov 18, 2022
1 parent a2108fe commit 35a3574
Show file tree
Hide file tree
Showing 5 changed files with 182 additions and 222 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class HomePage extends StatelessWidget {
const SizedBox(height: 10),
ElevatedButton(
style: style,
child: const Text('Open a get multi directories dialog'),
child: const Text('Open a get directories dialog'),
onPressed: () =>
Navigator.pushNamed(context, '/multi-directories'),
),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ environment:
dependencies:
file_selector_linux:
path: ../
# TODO(adpinola): This should be 2.4.0 once it is published.
file_selector_platform_interface:
path: ../../file_selector_platform_interface/
file_selector_platform_interface: 2.4.0
flutter:
sdk: flutter

Expand Down
4 changes: 1 addition & 3 deletions packages/file_selector/file_selector_linux/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ flutter:

dependencies:
cross_file: ^0.3.1
# TODO(adpinola): This should be 2.4.0 once it is published.
file_selector_platform_interface:
path: ../file_selector_platform_interface
file_selector_platform_interface: 2.4.0
flutter:
sdk: flutter

Expand Down
Loading

0 comments on commit 35a3574

Please sign in to comment.