custom_utils 0.0.18 copy "custom_utils: ^0.0.18" to clipboard
custom_utils: ^0.0.18 copied to clipboard

unlistedoutdated

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, sizer. But you don't need to add them in your app. These are already present in this package.

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

Connect with Developer #

Mubashar Hussain

4
likes
0
points
105
downloads

Publisher

verified publishermicroprogramers.org

Weekly Downloads

Some nice utils made by MicroProgramers

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, intl, sizer

More

Packages that depend on custom_utils