components_toolbox 2.0.0 copy "components_toolbox: ^2.0.0" to clipboard
components_toolbox: ^2.0.0 copied to clipboard

A basic Toolbox for Flutter components with AppDelegate to manage the light and dark theme.

Components Toolbox #

A basic Toolbox for Flutter components with AppDelegate to manage the light and dark theme.

Getting Started #

To use this class, you need to add the following dependency in your pubspec.yaml file:

dependencies:
  flutter:
    sdk: flutter
  components_toolbox: ^1.0.1

Then, you need to import the class in your file:

import 'package:components_toolbox/components_toolbox.dart';

Usage #

light.png dark.png

The toolbox class has the following components:

  • Rounded Container: A container with rounded corners.
  • Text Field: A text field with a label.
  • Rounded Button: A button with a label (and an icon).
1
likes
160
pub points
60%
popularity

Publisher

verified publishermonikode.com

A basic Toolbox for Flutter components with AppDelegate to manage the light and dark theme.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on components_toolbox