update example

master
lmy 5 years ago
parent 0a0f85a9a2
commit d98949c75c

@ -57,17 +57,17 @@ class _MyHomePageState extends State<MyHomePage> {
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)
],
),
),

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

Loading…
Cancel
Save