Fluent UI System Icons are a collection of familiar, friendly and modern icons from Microsoft.
👍 Like us on pub.dev!
import 'package:fluentui_system_icons/fluentui_system_icons.dart';
class MyFlutterWidget extends StatelessWidget {
Widget build(BuildContext context) {
return IconButton(
// Use the FluentIcons + name of the icon you want
icon: Icon(FluentIcons.access_time_24_regular),
onPressed: () { print("Button pressed"); }
);
}
}
View the Flutter app in the example directory to see all the available FluentUISystemIcons
.
This is very common issue observed after including a library, please make sure you follow the below mentioned steps from your terminal:
The numbers in the icon signify the size of the icons.
flutter --flow-control-collections are needed
while running the example app?This generally when the app is not build properly. Please try the below steps:
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )