From 3773e4cc602eb7c9b2b6cbd1b8eef2e067db2d15 Mon Sep 17 00:00:00 2001 From: laiiihz Date: Thu, 24 Dec 2020 15:14:21 +0800 Subject: [PATCH] update lib dep --- example/lib/data/extension/example_num_ext.dart | 1 + example/lib/example_bottom_button.dart | 1 + example/lib/example_button.dart | 1 + example/lib/example_listtile.dart | 1 + example/lib/example_style_color.dart | 1 + example/lib/main.dart | 2 ++ example/lib/main_extention.dart | 2 +- example/lib/main_home.dart | 2 +- lib/buttons/as_material_button.dart | 2 +- lib/tag/as_check_tag.dart | 2 +- 10 files changed, 11 insertions(+), 4 deletions(-) diff --git a/example/lib/data/extension/example_num_ext.dart b/example/lib/data/extension/example_num_ext.dart index 9ee04b2..09ed0e7 100644 --- a/example/lib/data/extension/example_num_ext.dart +++ b/example/lib/data/extension/example_num_ext.dart @@ -1,5 +1,6 @@ import 'package:ansu_ui/ansu_ui.dart'; import 'package:flutter/material.dart'; +import 'package:flutter_screenutil/flutter_screenutil.dart'; class ExampleNumExt extends StatefulWidget { ExampleNumExt({Key key}) : super(key: key); diff --git a/example/lib/example_bottom_button.dart b/example/lib/example_bottom_button.dart index b774b91..4098635 100644 --- a/example/lib/example_bottom_button.dart +++ b/example/lib/example_bottom_button.dart @@ -1,5 +1,6 @@ import 'package:ansu_ui/ansu_ui.dart'; import 'package:flutter/material.dart'; +import 'package:flutter_screenutil/flutter_screenutil.dart'; class ExampleBottomButton extends StatefulWidget { ExampleBottomButton({Key key}) : super(key: key); diff --git a/example/lib/example_button.dart b/example/lib/example_button.dart index 0686c19..1fbc4f8 100644 --- a/example/lib/example_button.dart +++ b/example/lib/example_button.dart @@ -1,5 +1,6 @@ import 'package:ansu_ui/ansu_ui.dart'; import 'package:flutter/material.dart'; +import 'package:flutter_screenutil/flutter_screenutil.dart'; class ExampleButton extends StatefulWidget { ExampleButton({Key key}) : super(key: key); diff --git a/example/lib/example_listtile.dart b/example/lib/example_listtile.dart index a9a6963..d06d3de 100644 --- a/example/lib/example_listtile.dart +++ b/example/lib/example_listtile.dart @@ -1,5 +1,6 @@ import 'package:ansu_ui/ansu_ui.dart'; import 'package:flutter/material.dart'; +import 'package:flutter_screenutil/flutter_screenutil.dart'; class ExampleListTile extends StatefulWidget { ExampleListTile({Key key}) : super(key: key); diff --git a/example/lib/example_style_color.dart b/example/lib/example_style_color.dart index 4bf0b5d..febd38e 100644 --- a/example/lib/example_style_color.dart +++ b/example/lib/example_style_color.dart @@ -1,6 +1,7 @@ import 'package:flutter/material.dart'; import 'package:example/data/color_object.dart'; import 'package:ansu_ui/ansu_ui.dart'; +import 'package:flutter_screenutil/flutter_screenutil.dart'; class ExampleStyleColor extends StatefulWidget { ExampleStyleColor({Key key}) : super(key: key); diff --git a/example/lib/main.dart b/example/lib/main.dart index ebaec21..6e31669 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -5,6 +5,8 @@ import 'package:flutter/material.dart'; import 'package:flutter/services.dart'; import 'package:flutter_localizations/flutter_localizations.dart'; import 'package:get/get.dart'; +import 'package:flutter_screenutil/flutter_screenutil.dart'; +import 'package:bot_toast/bot_toast.dart'; void main() { runApp(MyApp()); diff --git a/example/lib/main_extention.dart b/example/lib/main_extention.dart index f130ed4..6a7a788 100644 --- a/example/lib/main_extention.dart +++ b/example/lib/main_extention.dart @@ -1,8 +1,8 @@ import 'package:example/data/extension/example_num_ext.dart'; import 'package:example/data/extension/example_string_ext.dart'; import 'package:flutter/material.dart'; -import 'package:ansu_ui/ansu_ui.dart'; import 'package:get/get.dart'; +import 'package:flutter_screenutil/flutter_screenutil.dart'; class MainExtention extends StatefulWidget { MainExtention({Key key}) : super(key: key); diff --git a/example/lib/main_home.dart b/example/lib/main_home.dart index 0c61774..16da519 100644 --- a/example/lib/main_home.dart +++ b/example/lib/main_home.dart @@ -1,4 +1,3 @@ -import 'package:ansu_ui/ansu_ui.dart'; import 'package:example/example_bottom_button.dart'; import 'package:example/example_box.dart'; import 'package:example/example_dialog.dart'; @@ -17,6 +16,7 @@ import 'example_button.dart'; import 'example_tab_bar.dart'; import 'example_picker.dart'; import 'example_style_color.dart'; +import 'package:flutter_screenutil/flutter_screenutil.dart'; class MainHome extends StatefulWidget { MainHome({Key key}) : super(key: key); diff --git a/lib/buttons/as_material_button.dart b/lib/buttons/as_material_button.dart index 4b3f3cb..1bddc6a 100644 --- a/lib/buttons/as_material_button.dart +++ b/lib/buttons/as_material_button.dart @@ -1,7 +1,7 @@ -import 'package:ansu_ui/ansu_ui.dart'; import 'package:flutter/cupertino.dart'; import 'package:flutter/material.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart'; +import 'package:ansu_ui/styles/as_colors.dart'; import 'package:ansu_ui/extension/num_extension.dart'; ///ASMaterialButton diff --git a/lib/tag/as_check_tag.dart b/lib/tag/as_check_tag.dart index f296277..a5f1520 100644 --- a/lib/tag/as_check_tag.dart +++ b/lib/tag/as_check_tag.dart @@ -1,5 +1,5 @@ -import 'package:ansu_ui/ansu_ui.dart'; import 'package:flutter/material.dart'; +import 'package:ansu_ui/styles/as_colors.dart'; import 'package:ansu_ui/extension/num_extension.dart'; import 'package:flutter_screenutil/flutter_screenutil.dart';