Skip to content

Commit

Permalink
release version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Firelands128 committed May 23, 2024
1 parent 221cb35 commit 5091bb1
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## 0.1.0

! According to [Flutter issue #143922](https://github.com/flutter/flutter/issues/143922),
add ResizeObserver to make sure creating AMap element after map container div attached to the DOM.

Change the direction of map control offset to center on iOS.

Extract checking platform as a common utility.

Use 'dart:ui_web' instead of 'dart:ui_web'.

Upgrade dependencies, and update environment restriction.

Update example app.

Clean up code.

## 0.0.2

Add GitHub Actions configuration to automatically publish to pub.dev from Github.
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.2"
version: "0.1.0"
async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amap_flutter
description: A Flutter plugin that integrated Amap SDK, support Android, iOS and Web.
version: 0.0.2
version: 0.1.0
repository: https://github.com/Firelands128/amap_flutter

environment:
Expand Down

0 comments on commit 5091bb1

Please sign in to comment.