Skip to content

dart 3.0, http upgrade - #7

Open
pbaradziej wants to merge 2 commits into
wslaimin:masterfrom
pbaradziej:feature/upgrade
Open

dart 3.0, http upgrade#7
pbaradziej wants to merge 2 commits into
wslaimin:masterfrom
pbaradziej:feature/upgrade

Conversation

@pbaradziej

Copy link
Copy Markdown

Upgrade to dart 3.0, and http update.

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

Copy link
Copy Markdown

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

Comment thread 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

Copy link
Copy Markdown

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

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

Copy link
Copy Markdown

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
Copy Markdown
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