diff --git a/CHANGELOG.md b/CHANGELOG.md index 25a189a1..fff75fbc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -120,4 +120,7 @@ * Support flutter 2.0. ## [1.0.1] -* Fix static analysis errors. \ No newline at end of file +* Fix static analysis errors. + +## [1.0.2] +* Update toolbar in sample home page. \ No newline at end of file diff --git a/app/lib/pages/home_page.dart b/app/lib/pages/home_page.dart index 146c3088..c0b48222 100644 --- a/app/lib/pages/home_page.dart +++ b/app/lib/pages/home_page.dart @@ -127,12 +127,10 @@ class _HomePageState extends State { ), ), ), - Expanded( - child: Container( - child: QuillToolbar.basic( - controller: _controller, - onImagePickCallback: _onImagePickCallback), - ), + Container( + child: QuillToolbar.basic( + controller: _controller, + onImagePickCallback: _onImagePickCallback), ), ], ), diff --git a/app/pubspec.lock b/app/pubspec.lock index c45a35dd..87d40445 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -145,7 +145,7 @@ packages: path: ".." relative: true source: path - version: "1.0.1" + version: "1.0.2" flutter_test: dependency: "direct dev" description: flutter diff --git a/pubspec.yaml b/pubspec.yaml index 6945df09..b40f6f5a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill description: One client and affiliated collaborator of Flutter Quill is Bullet Journal App. -version: 1.0.1 +version: 1.0.2 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill.git