flutter_common_utilities 0.1.9+1
flutter_common_utilities: ^0.1.9+1 copied to clipboard
A Flutter utility package for common utils in Flutter App.
Here's the updated README.md that focuses on explaining the examples and mentions the example section without including specific code snippets:
# Flutter Common Utilities
"A Flutter utility package providing essential tools for responsive and adaptive UI development in Flutter applications."
## Features
- Responsive utility for different screen sizes and orientations.
- Customizable breakpoints for mobile, tablet, and desktop views.
- Animated transitions between different layouts.
- FlutterCommonStepper widget for displaying step-by-step progress in a user-friendly manner.
## Getting Started
To use this package, add `flutter_common_utilities` as a dependency in your `pubspec.yaml` file.
```yaml
dependencies:
flutter_common_utilities: ^latest_version
For help getting started with Flutter, view the online documentation.
Usage #
ResponsiveUtil #
The ResponsiveUtil widget helps you create different layouts for various screen sizes and orientations, including mobile, tablet, and desktop views. It supports smooth transitions between these layouts.
FlutterCommonStepper #
The FlutterCommonStepper widget allows you to display a step-by-step progress indicator. It supports customization for step colors, line width, and navigation between steps.
Example #
An example project demonstrating how to use the ResponsiveUtil widget and the FlutterCommonStepper can be found in the example directory of the package.
To run the example, navigate to the example directory and use the following command:
flutter run
- The example showcases how to use both the
ResponsiveUtilwidget for responsive layouts. - The
FlutterCommonStepperwidget helps you display a step-by-step progress indicator.
Additional Information #
Visit the GitHub repository for more information. Feel free to file issues or contribute to the package.