common_constants 0.0.6 common_constants: ^0.0.6 copied to clipboard
A Flutter package that provides a set of common constants for use in Flutter projects.
Flutter Common Constants #
A Flutter package that provides commonly used constants for dimensions, navigation, snackbar durations, and more, making it easier to maintain a consistent design and functionality across your Flutter project.
Features #
- Predefined constants for screen dimensions (height and width).
- Navigation constants for named routes.
- Snackbar durations for better user feedback consistency.
Getting started #
To use this package, add the following to your pubspec.yaml
file:
dependencies:
common_constants: ^1.0.0