micha_core 1.1.0 micha_core: ^1.1.0 copied to clipboard
Extensions, widgets and other utilities that are missing in Flutter's SDK.
0.0.1 #
Features for initial release:
- Add
separated
extension - Add
times
extension - Add
Gap
widget - Add
StyledText
widget
0.0.2 #
- Add missing info on supported platforms
0.1.0 #
- Add
byNameOrNull
enum extension - Overload more operators for
Gap
- Rename
StyledText
toThemedText
- Add example projects
- Add
AsyncBuilder
widget - Add
Spinner
widget
0.2.0 #
- Add
BuildContext
parameter toAsyncBuilder
builder callback - Add
AsyncBuilder.asset
factory constructor - Add
Wrapper
type andwrapped
extension - Add
Link
widget - Add
Pagination
widgets
0.3.0 #
0.4.0 #
- Add
TextStyleLocator
to public API - Add
AnsiFormatting
extension - Add logging functions, like
initLogging
andcreateLogger
0.4.1 #
- Minor improvements and additions to the ANSI formatting API
0.4.2 #
- Fix code formatting
0.5.0 #
- Add
transform
extension on all types - Add
nullWhenEmpty
extension on anyIterable
orMap
- Add
getOrPut
extension onMap
- Add
waitFor
to await a condition
0.5.1 #
- Fix missing exports
0.5.2 #
- Include exceptions and stack traces in formatted log messages
1.0.0 #
- Add
nullWhenEmpty
extension onString
- Update and restrict dependencies
- Add
split
extension on anyIterable
orList
1.0.1 #
- Fix missing exports
1.1.0 #
- Fix unreachable timeout in
waitFor
- Add
clamp
extension onDuration
- Add
retried
function, includingcreateExponentialBackoff
andRetryException
. - Add
RateLimiter
class