extensio 0.0.6
extensio: ^0.0.6 copied to clipboard
A set of handy Dart and Flutter extensions.
Extensio #
Extensio is a lightweight Flutter package that provides useful extension methods to simplify your code.
This package aims to enhance native Dart types with concise, reusable utilities that improve readability and reduce boilerplate.
✨ Features #
String?.orEmpty→ Returns an empty string ('') if the original string isnull.
🚀 Getting started #
Add Extensio to your pubspec.yaml file:
dependencies:
extensio: ^0.0.4