diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e5cb7dc..25a189a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -117,4 +117,7 @@ * Improve link handling for tel, mailto and etc. ## [1.0.0] -* Support flutter 2.0. \ No newline at end of file +* Support flutter 2.0. + +## [1.0.1] +* Fix static analysis errors. \ No newline at end of file diff --git a/app/pubspec.lock b/app/pubspec.lock index bc8a5125..caad158c 100644 --- a/app/pubspec.lock +++ b/app/pubspec.lock @@ -464,4 +464,6 @@ packages: version: "0.1.2" sdks: dart: ">=2.12.0 <3.0.0" + flutter: ">=1.22.0" + diff --git a/lib/widgets/editor.dart b/lib/widgets/editor.dart index 64324a5f..a9f90d73 100644 --- a/lib/widgets/editor.dart +++ b/lib/widgets/editor.dart @@ -1,6 +1,7 @@ import 'dart:convert'; import 'dart:io' as io; import 'dart:math' as math; +import 'dart:ui' as ui; import 'package:flutter/cupertino.dart'; import 'package:flutter/foundation.dart'; diff --git a/pubspec.yaml b/pubspec.yaml index e185d838..6945df09 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.0 +version: 1.0.1 #author: bulletjournal homepage: https://bulletjournal.us/home/index.html repository: https://github.com/singerdmx/flutter-quill.git