Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erluxman/flutterX

Flutter & 🎯Dart extension Functions
https://github.com/erluxman/flutterX

dart extension-functions flutter utility-library

Last synced: 7 days ago
JSON representation

Flutter & 🎯Dart extension Functions

Awesome Lists containing this project

README

        

# flutterx

Flutter & Dart extenction methods making flutter even more easier and fun

![Logo](./logo_flutterX.png)

# Getting Started

## DateTime

#### Get Household date format easily

DateTime dateTime = DateTime(2019, 2, 3);
dateTime.toStringYYYYMMDD("-") // "2019-02-03"
dateTime.toStringYYYYMMDD("/") // "2019/02/03"