Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOWNGRADE MIN FLUTTER SDK TO 3.0.0 #394

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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
265 changes: 0 additions & 265 deletions modal_bottom_sheet/example/pubspec.lock

This file was deleted.

12 changes: 8 additions & 4 deletions modal_bottom_sheet/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,24 @@ publish_to: none
version: 1.0.0+1

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: '>=3.0.0'
flutter: '>=3.10.0'

dependencies:
cupertino_icons: ^1.0.6
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
modal_bottom_sheet:
path: '../'
url_launcher: ^6.2.1
cupertino_icons: any
material_design_icons_flutter: any
url_launcher: any

dev_dependencies:
flutter_test:
sdk: flutter
lints: ^3.0.0
lints: any


flutter:
Expand Down
Loading