flutx_plus 1.0.5 copy "flutx_plus: ^1.0.5" to clipboard
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:

  1. Fork it
  2. Create your feature branch (git checkout -b feature/AmazingFeature)
  3. Commit your changes (git commit -m 'Add some AmazingFeature')
  4. Push to the branch (git push origin feature/AmazingFeature)
  5. 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

0
likes
130
points
44
downloads

Publisher

unverified uploader

Weekly Downloads

A powerful Flutter utility library that enhances UI development with reusable widgets, styling extensions, and layout helpers. Built for speed and simplicity.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, flutter, flutter_svg, google_fonts, http, provider, shared_preferences

More

Packages that depend on flutx_plus