koyo 0.6.0
koyo: ^0.6.0 copied to clipboard
A Flutter utility library that enables faster development and less boilerplate for specific use cases.
Koyo a "Flutter utility library" #
This library is mainly used by hobby projects.
The focus is on the following points:
- β‘ Fast development
- π₯ Good & structured dx
- β Time saving utils & widgets
NOTE: This library is in a pre alpha state and the documentation is not complete yet!
Getting started #
Install this library with
flutter pub add koyo
Usage #
Wrap your AppShell or Root inside the Koyo widget
Koyo(child: child)
Now you can use all utils and widgets β‘
Let's have a look at all the available utils! π₯
β Standalones
// Debouncer
final debouncer = Ky.debouncer()
debouncer.call(...)
debouncer.reset()
debouncer.dispose()
β Utils
Ky.orientation
Ky.platform
Ky.rnd
Ky.duration
Ky.delay
β Styles
Ky.breakpoints
Ky.shadows
Ky.radius
Ky.spacing
And now the widgets! π₯
β Feedback
KyLoader(...)
KyLoaderOverlay(...)
β Layout
KyColumn(...)
KyRow(...)
KySpace(...)
β Overlays
KyLoadingOverlay(...)
β Misc
KyEmpty()
Used libraries #
Following libraries are used inside the Koyo project: