Skip to content

Commit

Permalink
Support Dart SDK 3.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
xclud committed Dec 24, 2022
1 parent d0f92db commit 8bb6b4d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.4.0]

* Support Dart SDK 3.0.0.

## [1.3.5+1]

* Adds more dartdoc comments.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none'
version: 1.0.0+1

environment:
sdk: '>=2.12.0 <3.0.0'
sdk: '>=2.12.0 <4.0.0'

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: map
description: Lightweight Map widget for flutter supporting different projections including EPSG4326/Mercator/WGS1984.
version: 1.3.5+1
version: 1.4.0
homepage: https://pwa.ir
repository: https://github.com/xclud/flutter_map

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.12.0 <4.0.0"

dependencies:
flutter:
Expand Down

0 comments on commit 8bb6b4d

Please sign in to comment.