koyo

Last updated:

0 purchases

koyo Image
koyo Images
Add to Cart

Description:

koyo

Koyo a "Flutter utility library" #
This library is mainly used by hobby projects and apps by Wydget.
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
copied to clipboard
Usage #
Wrap your AppShell or Root inside the Koyo widget
Koyo(child: child)
copied to clipboard
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()
copied to clipboard
⭐ Utils
Ky.orientation
Ky.platform
Ky.rnd
Ky.duration
Ky.delay
copied to clipboard
⭐ Styles
Ky.breakpoints
Ky.shadows
Ky.radius
Ky.spacing
copied to clipboard
And now the widgets! 🔥
⭐ Feedback
KyLoader(...)
KyLoaderOverlay(...)
copied to clipboard
⭐ Layout
KyColumn(...)
KyRow(...)
KySpace(...)
copied to clipboard
⭐ Overlays
KyLoadingOverlay(...)
copied to clipboard
⭐ Misc
KyEmpty()
copied to clipboard
Used libraries #
Following libraries are used inside the Koyo project:

device_info_plus.
internet_connection_checker_plus.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.