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

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:

Libraries

koyo