components_toolbox 0.0.1 components_toolbox: ^0.0.1 copied to clipboard
A basic Toolbox for Flutter components with AppDelegate to manage the light and dark theme.
Components Toolbox #
A full static class to manage the database operations in Flutter using Firebase Realtime Database.
Getting Started #
To use this class, you need to add the following dependency in your pubspec.yaml file:
dependencies:
flutter:
sdk: flutter
components_toolbox: ^0.0.1
Then, you need to import the class in your file:
import 'package:components_toolbox/components_toolbox.dart';
Usage #
The toolbox class has the following components:
- Rounded Container: A container with rounded corners.
- Text Field: A text field with a label.