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

Some nice utils made by MicroProgramers including all basic packages to make code fast

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

5
likes
110
pub points
59%
popularity

Publisher

verified publishermicroprogramers.org

Some nice utils made by MicroProgramers including all basic packages to make code fast

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

async, flexi_chip, flutter, intl, sizer, url_launcher

More

Packages that depend on custom_utils