flutter_commons_lang 1.0.0 copy "flutter_commons_lang: ^1.0.0" to clipboard
flutter_commons_lang: ^1.0.0 copied to clipboard

outdated

commons_lang for flutter, utils for op DateTime, String

flutter_commons_lang #

commons_lang for flutter, provide DateUtils, StringUtils and so on...

Usage #

DateUtils #

DateTime time1 = DateUtils.today();
DateTime time2 = DateUtils.today(hour:9);
DateTime time3 = DateUtils.yesterday();
DateTime time4 = DateUtils.set(DateTime.now(), year:2017);
DateTime time5 = DateUtils.zero(DateTime.now(), hour:9, minute:30);
DateUtils.truncatedEquals(time1,time2,DateUtils.MONTH);
DateUtils.truncatedEquals(time1,time5,DateUtils.DAY);
DateUtils.daysOfTheMonth(time1);

Output:

2018-12-18 00:00:00
2018-12-18 09:00:00
2018-12-17 00:00:00
2017-12-18 14:54:11.763713
2018-12-18 09:30:00
true
true
31

Getting Started #

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

0
likes
0
pub points
61%
popularity

Publisher

unverified uploader

commons_lang for flutter, utils for op DateTime, String

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on flutter_commons_lang