flutx_plus 1.0.5
flutx_plus: ^1.0.5 copied to clipboard
A powerful Flutter utility library that enhances UI development with reusable widgets, styling extensions, and layout helpers. Built for speed and simplicity.
flutx_plus #
A powerful and easy-to-use Flutter package to accelerate UI development with enhanced components and utilities.
โจ Features #
- Reusable widgets and extensions
- Utility functions for layout and styling
- Easy customization
- Lightweight and fast
๐ Getting Started #
This package is designed to simplify your Flutter development process by providing helpful UI utilities and custom widgets.
To get started, install the package and import it in your Dart file.
๐ฆ Installation #
Add this to your pubspec.yaml:
dependencies: flutx_plus: ^1.0.5
Then run:
flutter pub get
๐ง Usage #
Import the package in your Dart file:
import 'package:flutx_plus/flutx_plus.dart';
Example:
FxText( 'Hello, flutx_plus!', style: FxTextStyle.titleMedium, )
๐งช Running Tests #
To run the tests for this package, use:
flutter test
๐ Documentation #
Detailed documentation and API reference will be available soon at: https://pub.dev/packages/flutx_plus
๐ Contributing #
Contributions are welcome!
If you'd like to contribute, please fork the repository and use a feature branch.
Pull requests are warmly welcome.
Steps:
- Fork it
- Create your feature branch (
git checkout -b feature/AmazingFeature) - Commit your changes (
git commit -m 'Add some AmazingFeature') - Push to the branch (
git push origin feature/AmazingFeature) - Open a pull request
๐ License #
This project is licensed under the MIT License - see the LICENSE file for details.
๐ซ Contact #
For questions or suggestions, feel free to open an issue or reach out via GitHub Issues: https://github.com/husnainahmed61/flutx_plus/issues