koyo 0.2.7 koyo: ^0.2.7 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 project and apps by Wydget.
The focus is on the following points:
- ⚡ Fast development
- 🔥 Good & structured UX
- ⌛ 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! 🔥
⭐ Buttons
KyButton.simple(...)
⭐ Feedback
KyLoader(...)
⭐ Layout
KyColumn(...)
KyRow(...)
KyList(...)
KySpace(...)
⭐ Overlays
KyLoadingOverlay(...)
⭐ Misc
KyEmpty()
Used libraries #
Following libraries are used inside the Koyo project: