From 49b2cffda81c86cb92b711513d1eeea4067e0ead Mon Sep 17 00:00:00 2001 From: Xin Yao Date: Sun, 17 Oct 2021 16:08:03 -0700 Subject: [PATCH] Upgrade to 2.0.8 --- CHANGELOG.md | 3 +++ lib/src/widgets/toolbar/image_video_utils.dart | 2 +- pubspec.yaml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be9a8eca..61e90812 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## [2.0.8] +* Adding translations to the toolbar. + ## [2.0.7] * Added theming options for toolbar icons and LinkDialog. diff --git a/lib/src/widgets/toolbar/image_video_utils.dart b/lib/src/widgets/toolbar/image_video_utils.dart index 74820c7f..c4591dd4 100644 --- a/lib/src/widgets/toolbar/image_video_utils.dart +++ b/lib/src/widgets/toolbar/image_video_utils.dart @@ -5,8 +5,8 @@ import 'package:flutter/material.dart'; import 'package:image_picker/image_picker.dart'; import '../../models/documents/nodes/embed.dart'; -import '../../utils/media_pick_setting.dart'; import '../../translations/toolbar.i18n.dart'; +import '../../utils/media_pick_setting.dart'; import '../controller.dart'; import '../toolbar.dart'; diff --git a/pubspec.yaml b/pubspec.yaml index c183026c..84674dcd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_quill description: A rich text editor supporting mobile and web (Demo App @ bulletjournal.us) -version: 2.0.7 +version: 2.0.8 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill