Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/erluxman/flutterX
- Owner: erluxman
- License: other
- Created: 2019-12-31T05:10:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T04:00:15.000Z (almost 5 years ago)
- Last Synced: 2024-08-01T12:24:37.604Z (3 months ago)
- Topics: dart, extension-functions, flutter, utility-library
- Language: Dart
- Homepage:
- Size: 113 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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"