Skip to content

Commit

Permalink
Merge pull request #64 from droibit/feature/release_v1.0.4
Browse files Browse the repository at this point in the history
Release flutter_custom_tabs v1.0.4
  • Loading branch information
droibit authored Jan 19, 2022
2 parents 792c292 + cbd2799 commit eff797d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions flutter_custom_tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
## 1.0.4

- Update to Android CustomTabsLauncher 1.0.6
- Update to Android CustomTabsLauncher 1.0.6([#62](https://github.com/droibit/flutter_custom_tabs/pull/62)).

## 1.0.3
## 1.0.3,

- Migrate from deprecated gradle getGenerateBuildConfig to buildFeatures([#49](https://github.com/droibit/flutter_custom_tabs/pull/49))
- Avoiding app crashes caused by URLs containing whitespaces([#50](https://github.com/droibit/flutter_custom_tabs/issues/50), [#52](https://github.com/droibit/flutter_custom_tabs/pull/52))
- Migrate from deprecated gradle getGenerateBuildConfig to buildFeatures([#49](https://github.com/droibit/flutter_custom_tabs/pull/49)).
- Avoiding app crashes caused by URLs containing whitespaces([#50](https://github.com/droibit/flutter_custom_tabs/issues/50), [#52](https://github.com/droibit/flutter_custom_tabs/pull/52)).

## 1.0.2

- Fix NullPointerException when calling launch without setting the value of enableUrlBarHiding([#47](https://github.com/droibit/flutter_custom_tabs/pull/47)).

## 1.0.1

- Fix links in the document on pub.dev
- Fix links in the document on pub.dev.

## 1.0.0

Expand Down
2 changes: 1 addition & 1 deletion flutter_custom_tabs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Add `flutter_custom_tabs` to the dependencies of your `pubspec.yaml`.

``` yaml
dependencies:
flutter_custom_tabs: ^1.0.3
flutter_custom_tabs: ^1.0.4
```
### Requirements
Expand Down

0 comments on commit eff797d

Please sign in to comment.