adaptive_screen_utils
A Flutter package to provide Adaptive Screen Utils for creating responsive UI for different screen sizes.
Usage
To use this package, add adaptive_screen_utils
as a dependency in your pubspec.yaml file.
dependencies:
adaptive_screen_utils: ^0.0.1
Example
Import the file to your project
import 'package:adaptive_screen_utils/adaptive_screen_utils.dart';
final mobile = compact(context);
final tablet = tablet(context);
final desktop = desktop(context);
Issues & Feedback
If you wish to contribute to this repo, welcome to Pull Requests.
Star ⭐ the repo if you find it useful 🤩🤩. we are open to enhancements
, bug-fixes
& suggestions
. feel free to open an issue.
License
MIT License