Documentation
Getting Started
Flutwid UI is a collection of reusable Flutter components that can be easily integrated into your projects. This documentation will guide you through the installation process and how to use the components.
Installation
To install Flutwid UI, add it to your pubspec.yaml file:
flutter pub add flutwid_ui
Or run the following command in your terminal:
$ flutter pub add flutwid_ui
Usage
After installing the package, you can add components to your project using the CLI:
dart run flutwid_ui:flutwid_ui add [component_name]
This will add the component to your project. You can then import and use it in your Flutter application. See the Components page for detailed usage examples.
Customization
Most components in Flutwid UI can be customized to match your app's design system. You can customize colors, fonts, sizes, and other properties to create a consistent look and feel.
Check the individual component documentation for customization options.
Contributing
We welcome contributions to Flutwid UI! If you'd like to contribute, please check out ourGitHub repository.