instant 0.4.0
instant: ^0.4.0 copied to clipboard
A package that exports functions for converting, formatting, and nicening of dates/times in Dart.
0.4.0 #
- Migrated to null safety (thanks to Brett Sutton)
0.3.3 - 0.3.3+1 #
- Added CET timezone
0.3.1-0.3.2 (BREAKING) #
- Added new methods
- Made a unified difference method
- Deleted the individual methods for differences
- Accounts for time-based anomalies
- Adjusted for Pub linting
- Bugfixes for InstantStopwatch
- Changed no-parameter methods to getters
0.2.2 #
- 0.2.1 release with CET timezone backported
0.2.1 #
- Added new Stopwatch class
- Added new timezone conversion methods
0.1.1 - 0.1.1+2 #
- Created library with some formatting utilities
- Added timezone conversion utilities
- Made extensive docs on Gitbook and linked
- Added issues, gitbook, github, and full author name to pubspec
- Amended FormatTimeNow to FormatCurTime for consistency