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