ricardos_utils 1.0.4
ricardos_utils: ^1.0.4 copied to clipboard
A set of utilities I use in my Flutter projects
1.0.4 #
- Added
NumExtensions
:toStringAsSigned
: Converts a number to a string with a signtoFileSize
: Scales a number to a human-readable file size and returns a tuple with the scaled value and the unitlogBase
: Returns the logarithm of the number with a specified baseroundToFixed
: Rounds the number to a fixed number of decimal places
1.0.3 #
- Fixed an issue with
Future<T>.thenBuild
for cases whenT
is nullable
1.0.2 #
- Reorganized exports and libraries
1.0.1 #
- Added
ClickToCopyText
widget
1.0.0 #
- Initial release 🎉
- Added
DateTimeExtensions
- Added
FutureExtensions
- Added
IterableExtensions
- Added
TargetPlatformExtensions