custom_utils 0.0.12
custom_utils: ^0.0.12 copied to clipboard
Some nice utils made by MicroProgramers
Some nice utils made by MicroProgramers.
Features #
This package includes:
- custom_animated_widget
- custom_bottom_navigation
- custom_button
- custom_checkbox
- custom_chips
- custom_input_field
- custom_input_formatter
- custom_listview_builder
- custom_outlined_button
- custom_progress_widget
- custom_switch_list_tile
- custom_tab_bar_view
- expandable_text
- image_full_screen_wrapper
- not_found
- progress_controller
- restartable_circular_progress_indicator
Getting started #
This package uses
- intl: ^0.17.0
- sizer: ^2.0.15
You must wrap your MaterialApp with Sizer as follows
class _MyAppState extends State<MyApp> {
@override
Widget build(BuildContext context) {
return Sizer(
builder: (BuildContext context, Orientation orientation,
DeviceType deviceType) {
return MaterialApp(
....
);
},
);
}
}
## Additional information
For more information contact [MicroProgramers](https://microprogramers.com)