Skip to content

Conversation

@pbaradziej
Copy link

Upgrade to dart 3.0, and http update.

pubspec.yaml Outdated
flutter:
sdk: flutter
http: ^0.13.4
http: 1.1.0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can have http: ^1.0.0 instead of hardcoding http: 1.1.0

pubspec.yaml Outdated
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.10.0"
sdk: '>=3.1.3 <4.0.0'
flutter: 3.13.6

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure if this line is required at all since I don't find a flutter tag under environment in the official documentation https://docs.flutter.dev/tools/pubspec

pubspec.yaml Outdated
flutter:
sdk: flutter
http: ^0.13.4
http: 1.1.0

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can have http: ^1.0.0 instead of hardcoding http: 1.1.0

@pbaradziej
Copy link
Author

Done, changed it as you requested

@CloudIQTechnologies CloudIQTechnologies mentioned this pull request Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants