-
Notifications
You must be signed in to change notification settings - Fork 0
Indicator
Circular indicator component with solid color, decomposed by platform.
There is no basic componen, the circular indicators are divided into separate widgets based on color and size.
Example of using a ready-made component:
const FPCPrimarySmallCircularIndicator(),
const FPCPrimaryCircularIndicator(),
const FPCPrimaryLargeCircularIndicator(),
iOS (Cupertino) | Android (Material) |
---|---|
![]() |
![]() |
Circular indicator component with gradient color, decomposed by platform.
Example of using a ready-made component:
const FPCPrimaryGradientSmallCircularIndicator(),
const FPCPrimaryGradientCircularIndicator(),
const FPCPrimaryGradientLargeCircularIndicator(),
iOS (Cupertino) | Android (Material) |
---|---|
![]() |
![]() |
Page indicator component with solid color, ideal for displaying the current page index of the carousel.
Example of using a ready-made component:
FPCPrimaryPageIndicator(
length: 4,
index: index,
),
Page indicator component with gradient color, ideal for displaying the current page index of the carousel.
Example of using a ready-made component:
FPCPrimaryGradientPageIndicator(
length: 4,
index: index,
),
Progress indicator component with solid color, needed to display the progress level.
Example of using a ready-made component:
FPCPrimaryProgressIndicator(
value: value,
),
Story indicator component with solid color, needed to display the steps and the progress level.
Example of using a ready-made component:
FPCPrimaryStoryIndicator(
length: 4,
index: index,
value: value,
),
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