Skip to content

Commit

Permalink
Update pubspec.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Aniketkhote committed Mar 21, 2024
1 parent 571b0d3 commit 9911f37
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,30 @@ version: 10.0.0
homepage: https://github.com/larryaasen/upgrader

environment:
sdk: '>=3.1.0 <4.0.0'
sdk: ">=3.1.0 <4.0.0"
flutter: ">=3.16.0"

dependencies:
flutter:
sdk: flutter

# From fluttercommunity.dev: Get current device information from within the Flutter application.
device_info_plus: '>=8.1.0 <10.0.0'
device_info_plus: ">=8.1.0 <11.0.0"

# Pure Dart library for HTML5 parsing
html: ^0.15.3

# From Dart Team: A composable, Future-based library for making HTTP requests.
http: '>=0.13.6 <2.0.0'
http: ">=0.13.6 <2.0.0"

# From dart.dev: Platform independent access to information about the current operating system.
os_detect: ^2.0.1

# From Flutter Community: Provides an API for querying information about an application package.
package_info_plus: '>=4.0.1 <6.0.0'
package_info_plus: ">=4.0.1 <7.0.0"

# From Flutter Team: Wraps NSUserDefaults (on iOS) and SharedPreferences (on Android).
shared_preferences: '>=2.1.1 <3.0.0'
shared_preferences: ">=2.1.1 <3.0.0"

# From Flutter Team: A Flutter plugin for launching a URL in the mobile platform.
url_launcher: ^6.1.11
Expand Down

0 comments on commit 9911f37

Please sign in to comment.