Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
4 changes: 2 additions & 2 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ^3.5.4
sdk: ^3.8.0

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand Down Expand Up @@ -48,7 +48,7 @@ dev_dependencies:
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^4.0.0
flutter_lints: ^6.0.0

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ platforms:
macos:
linux:
environment:
sdk: '>=3.5.0 <4.0.0'
flutter: '>=3.10.0'
sdk: '>=3.8.0 <4.0.0'
flutter: '>=3.27.0'

dependencies:
flutter:
sdk: flutter
archive: ^4.0.0
xml: ^6.5.0
xml: ^6.6.1
http: ^1.2.2

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ">=4.0.0 <7.0.0"
flutter_lints: ^6.0.0

Loading