Skip to content

Commit

Permalink
Merge pull request #6 from alibaba/master
Browse files Browse the repository at this point in the history
sync 2019/11/20
  • Loading branch information
Vadaski committed Nov 20, 2019
2 parents 5691592 + ca296b5 commit f02db48
Show file tree
Hide file tree
Showing 6 changed files with 96 additions and 726 deletions.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,32 @@ The main changes are as following:

## 0.1.60

The version of the flutter SDK requires v1.9.1+hotfixes, or it will compile error.
A better implementation to support Flutter v1.9.1+hotfixes

Change the content
android:

1. based on the v1.9.1+hotfixes branch of flutter
2. Solve major bugs, such as page parameter passing
3. Support platformview
4. Support androidx branch :feature/flutter_1.9_androidx_upgrade
5. Resolve memory leaks
6. Rewrite part of the code
7. API changes
8. Improved demo and added many demo cases

ios:

1.based on the v1.9.1+hotfixes branch of flutter
2.bugfixed

## 0.1.61

android:
Fixed bugs

iOS:
no change

### API changes
From the point of API changes, we did some refactoring as following:
Expand Down

0 comments on commit f02db48

Please sign in to comment.