instant 0.5.1 instant: ^0.5.1 copied to clipboard
A package that exports functions for converting, formatting, and nicening of dates/times in Dart.
0.5.1 #
- Fixing a couple bugs that have popped up
- Seconds were wrong in format time
- Issue with AM usage in 12 hr formatting
- Stopwatch didn't play correctly
- Relicense to MIT
- Clean up some formatting
0.4.1 #
- Fix git issues with last commit
- Use this instead of 0.4.0 for null-safety
0.4.0 #
- null-safety (don't use)
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