mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
![]() Rather than managing all the Material Design icons manually, we now manage them using an icon font. The icon font contains glyphs for each icon in an efficient vector format. This patch updates the FLX tooling to include the MaterialIcons font and updates the Icon widget to use the font instead of asset images. Fixes #2313 Fixes #2218 Fixes #2009 Fixes #994 |
||
---|---|---|
.. | ||
assets | ||
card_collection.dart | ||
drag_and_drop.dart | ||
flutter.yaml | ||
hero_under.dart | ||
http_post.dart | ||
indexed_stack.dart | ||
launch_url.dart | ||
mimic_demo.dart | ||
mozart.dart | ||
overlay_geometry.dart | ||
pageable_list.dart | ||
piano.dart | ||
pubspec.yaml | ||
raw_keyboard.dart | ||
README.md | ||
resolution_awareness.dart | ||
scrollbar.dart |
Small examples of the Flutter widget framework
To run these, open a terminal in this directory and use the following command:
flutter run -t foo.dart
...where foo.dart
is the file you want to run.