Dimensions Package
The dimensions package is a Flutter utility library designed to simplify working with screen dimensions and responsive layouts.
Features
- Easy access to screen width and height.
- Simplified responsive design utilities.
- Customizable scaling for widgets and text.
Installation
Add the following to your pubspec.yaml file:
dependencies:
dimensions: ^1.0.0
Then run:
flutter pub get
Usage
Import the package:
import 'package:dimensions/dimensions.dart';
Contributing
Contributions are welcome! Please open an issue or submit a pull request.
License
This project is licensed under the MIT License. See the LICENSE file for details.