flutter_awesome_util

A collection of handy utilities for Flutter developers to boost productivity and simplify common coding tasks.


✨ Features

  • StringUtils.capitalize() - Capitalize the first letter of a string.
  • DateUtils.formatDate() - Format DateTime to a readable string.
  • More utilities coming soon!

🚀 Getting Started

Add the dependency to your pubspec.yaml:

dependencies:
  stringer: ^0.0.1

Libraries

stringer