-
Notifications
You must be signed in to change notification settings - Fork 0
List
Ivan Galkin edited this page Jan 1, 2024
·
1 revision
List refresh component to display the loading of asynchronous behavior, decomposed by platform.
Example of using a component:
FPCListRefresh(
controller: controller,
onRefresh: onRefresh,
child: const Child(),
),
iOS (Cupertino) | Android (Material) |
---|---|
![]() |
![]() |
Card component, needed to display multiple rows of settings buttons, decomposed by platform.
Example of using a component:
FPCListSection(
items: [
FPCListSectionItem(
title: "First Item",
onPressed: () {},
),
FPCListSectionItem(
title: "Second Item",
onPressed: () {},
),
],
),
iOS (Cupertino) | Android (Material) |
---|---|
![]() |
![]() |
App
AppBar
Badge
Blur
BottomSheet
Button
Card
Checkbox
CodeField
Dialog
Divider
FormField
Global
Gradient
Icon
Indicator
Keyboard
List
Navigation
Picker
PINField
PopUp
Radio
Scaffold
Scrollbar
SegmentControl
SelectCard
SelectField
Shimmer
Slider
SlidingSegmentControl
SliverAppBar
SnackBar
Switch
Text
Toggle