From db7108a8abcaccafeb5910727da8693287797ab9 Mon Sep 17 00:00:00 2001 From: Octomato Date: Sun, 14 May 2023 13:20:20 +0800 Subject: [PATCH] Change version for pub release --- CHANGELOG.md | 4 ++++ README.md | 8 +------- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c77d48..c4a9973 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,3 +21,7 @@ ## [0.1.6] * Beta Version - Bug fix. If you found any issue in this beta version, please try stable version [0.1.4] + +## [0.2.0] + +* Bug fix for Flutter 3.10 \ No newline at end of file diff --git a/README.md b/README.md index a51e124..35236b3 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,4 @@ Also you can use `preloadPagesCount` to set preload pages count when you need. -If you found any issue in the newest beta version, please try stable version [0.1.4]. Please give us a star if you like this widget. **Your star could help us update or fix bugs quickly.** - -## Buy me a cup of coffee - -When I was working at Google, I created a feature request at Buganizer about the preload function. At my part time(I'm not part of the Flutter team) I worked to add the preload function to Flutter official page_view widget and fix the bugs you all reported in this repo. - -Suddenly Google announced a 12k layoff and my team disappeared so I'm back to maintain this widget! If you think this widget helps and want to buy me a cup of coffee to help me fix bugs, please click this [PayPal link](https://www.paypal.com/paypalme/octomato), thanks in advance :) +If you found any issue in the newest beta version, please try stable version [0.1.4]. Please give us a star if you like this widget. Your star could help us update or fix bugs quickly. diff --git a/pubspec.yaml b/pubspec.yaml index 614359d..8bf57b3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: preload_page_view description: A pre-load PageView widget which you can use it to preload one page before and after current page. -version: 0.1.6 +version: 0.2.0 homepage: https://github.com/Neil-Gu/preload_page_view environment: