Skip to content

Commit

Permalink
Merge pull request #22 from vietmap-company/pre-release-v2.0.0
Browse files Browse the repository at this point in the history
feat: optimize navigation android
  • Loading branch information
thanhdt-vietmap authored May 24, 2024
2 parents e82066a + e67abc6 commit 5086ed3
Show file tree
Hide file tree
Showing 12 changed files with 437 additions and 282 deletions.
2 changes: 1 addition & 1 deletion .fvm/flutter_sdk
2 changes: 1 addition & 1 deletion .fvm/fvm_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flutterSdkVersion": "3.13.9",
"flutterSdkVersion": "3.22.0",
"flavors": {}
}
2 changes: 1 addition & 1 deletion .pubignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ migrate_working_dir/
.dart_tool/
.packages
build/
/example/
/example/assets
/images/
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.1.1
* Fix `NavigationView` display over another widget while hide the app and open the app again
* Optimize `NavigationView` performance
* Fix memory leaks while hide the app and open the app again with android 10 and above
## 2.1.0
* Add example project
## 2.0.0
* Release v2.0.0
* Fix navigation view not show on first load with android 10
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

Contact [vietmap.vn](https://bit.ly/vietmap-api) to register a valid key.

[Tài liệu tiếng Việt](./README.vi.md)
<!-- [Tài liệu tiếng Việt](./README.vi.md) -->

## Getting started

Add library to pubspec.yaml file
Add library to `pubspec.yaml` file
```yaml
vietmap_flutter_navigation: latest_version
```
Expand Down
Loading

0 comments on commit 5086ed3

Please sign in to comment.