update example

master
lmy 5 years ago
parent 0a0f85a9a2
commit d98949c75c

@ -57,17 +57,17 @@ class _MyHomePageState extends State<MyHomePage> {
crossAxisAlignment: CrossAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start,
children: [ children: [
Icon(AntDesign.stepforward), Icon(AntDesign.stepforward),
Icon(Ionicons.ios_search), // Icon(Ionicons.ios_search),
Icon(FontAwesome.glass), // Icon(FontAwesome.glass),
Icon(MaterialIcons.ac_unit), // Icon(MaterialIcons.ac_unit),
Icon(FontAwesome5.address_book), // Icon(FontAwesome5.address_book),
Icon(FontAwesome5Solid.address_book), // Icon(FontAwesome5Solid.address_book),
Icon(FontAwesome5Brands.$500px), // Icon(FontAwesome5Brands.$500px),
Icon(FlutterIcons.$500px_ent), // Icon(FlutterIcons.$500px_ent),
Icon(FlutterIcons.$500px_faw5d), // Icon(FlutterIcons.$500px_faw5d),
Icon(WeatherIcons.wi_alien), // Icon(WeatherIcons.wi_alien),
Icon(WeatherIcons.wi_cloud), // Icon(WeatherIcons.wi_cloud),
Icon(WeatherIcons.wi_day_rain) // Icon(WeatherIcons.wi_day_rain)
], ],
), ),
), ),

@ -28,7 +28,9 @@ dev_dependencies:
flutter_test: flutter_test:
sdk: flutter sdk: flutter
flutter_icons:
includes:
- ant
# For information on the generic Dart part of this file, see the # For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec # following page: https://www.dartlang.org/tools/pub/pubspec

Loading…
Cancel
Save