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

Libraries

custom_utils