From d98949c75c27f1accda55c33958756c90bfc5a2b Mon Sep 17 00:00:00 2001 From: lmy <2534290808@qq.com> Date: Wed, 22 Apr 2020 22:38:54 +0800 Subject: [PATCH] update example --- example/lib/main.dart | 22 +++++++++++----------- example/pubspec.yaml | 4 +++- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/example/lib/main.dart b/example/lib/main.dart index 27adaee..995d9c3 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -57,17 +57,17 @@ class _MyHomePageState extends State { crossAxisAlignment: CrossAxisAlignment.start, children: [ Icon(AntDesign.stepforward), - Icon(Ionicons.ios_search), - Icon(FontAwesome.glass), - Icon(MaterialIcons.ac_unit), - Icon(FontAwesome5.address_book), - Icon(FontAwesome5Solid.address_book), - Icon(FontAwesome5Brands.$500px), - Icon(FlutterIcons.$500px_ent), - Icon(FlutterIcons.$500px_faw5d), - Icon(WeatherIcons.wi_alien), - Icon(WeatherIcons.wi_cloud), - Icon(WeatherIcons.wi_day_rain) +// Icon(Ionicons.ios_search), +// Icon(FontAwesome.glass), +// Icon(MaterialIcons.ac_unit), +// Icon(FontAwesome5.address_book), +// Icon(FontAwesome5Solid.address_book), +// Icon(FontAwesome5Brands.$500px), +// Icon(FlutterIcons.$500px_ent), +// Icon(FlutterIcons.$500px_faw5d), +// Icon(WeatherIcons.wi_alien), +// Icon(WeatherIcons.wi_cloud), +// Icon(WeatherIcons.wi_day_rain) ], ), ), diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 22dfb69..283b24b 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -28,7 +28,9 @@ dev_dependencies: flutter_test: sdk: flutter - +flutter_icons: + includes: + - ant # For information on the generic Dart part of this file, see the # following page: https://www.dartlang.org/tools/pub/pubspec