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

Libraries

common_constants