ms_datetime_extensions 1.1.0 ms_datetime_extensions: ^1.1.0 copied to clipboard
A simple and usefull lib to incremease DateTime with usefull functions
Changelog #
[1.1.0] - 30/06/2021 #
- Using https is optional when try get datetime from the internet
[1.0.0] - 09/10/2020 #
- previousDayOfTheWeek
- Null safety mode
break changes
- the method
isSameMount
is renamed toisSameMonth
[0.3.0] - 24/04/2020 #
- copyWith create a new DateTime with new values
[0.2.0] - 24/04/2020 #
- some functions to chech if a datetime is the same second, minute, hour, day, mount or year
[0.1.0+1] - 10/03/2020 #
- flutter format
- better lib description