Merge branch 'master' into rishi

pull/61/head
Rishi Raj Singh 4 years ago committed by GitHub
commit 5f6ef4eb3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      CHANGELOG.md
  2. 2
      app/pubspec.lock
  3. 1
      lib/widgets/editor.dart
  4. 2
      pubspec.yaml

@ -118,3 +118,6 @@
## [1.0.0]
* Support flutter 2.0.
## [1.0.1]
* Fix static analysis errors.

@ -464,4 +464,6 @@ packages:
version: "0.1.2"
sdks:
dart: ">=2.12.0 <3.0.0"
flutter: ">=1.22.0"

@ -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';

@ -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

Loading…
Cancel
Save