koyo 0.5.0 copy "koyo: ^0.5.0" to clipboard
koyo: ^0.5.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 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:

2
likes
110
pub points
0%
popularity

Publisher

verified publisherwydget.de

A Flutter utility library that enables faster development and less boilerplate for specific use cases.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

device_info_plus, flutter, internet_connection_checker_plus

More

Packages that depend on koyo