/dan-utils

Utils on Dart and Flutter

Primary LanguageDartMIT LicenseMIT

This package is a tool to make coding easier in Dart and Flutter.

Features

In this package we can use data type extensions, such as equalTo, equalIn, etc

Getting started

List prerequisites and provide or point to information on how to start using the package.

Usage

Include short and useful examples for package users. Add longer examples to /example folder.

String? value = null;

value.nullable("default value for null");

Additional information

Tell users more about the package: where to find more information, how to contribute to the package, how to file issues, what response they can expect from the package authors, and more.