From 7d5befd7e3893fe1dfe1b9468a51c02ddcdcd483 Mon Sep 17 00:00:00 2001 From: Andy Trand Date: Fri, 10 Dec 2021 01:43:46 +0200 Subject: [PATCH] flutter version, import fixes (#517) --- lib/src/widgets/style_widgets/number_point.dart | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/src/widgets/style_widgets/number_point.dart b/lib/src/widgets/style_widgets/number_point.dart index 16dd1e4f..8fec668c 100644 --- a/lib/src/widgets/style_widgets/number_point.dart +++ b/lib/src/widgets/style_widgets/number_point.dart @@ -1,6 +1,6 @@ import 'package:flutter/material.dart'; -import '/models/documents/attribute.dart'; -import '/widgets/text_block.dart'; +import '../../models/documents/attribute.dart'; +import '../text_block.dart'; class QuillNumberPoint extends StatelessWidget { const QuillNumberPoint({ diff --git a/pubspec.yaml b/pubspec.yaml index ae629332..bf62ba39 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,7 +7,7 @@ repository: https://github.com/singerdmx/flutter-quill environment: sdk: ">=2.12.0 <3.0.0" - flutter: ">=1.17.0" + flutter: ">=2.8.0" dependencies: flutter: