utils library
Classes
-
AkoPair<
A, B> - AkoPair implements a simple Pair (2 element Tuple)
- AkoPlatform
- AkoPlatform provides a easy way to find out what the current device platform is.
Enums
- AkoResponsiveDevice
-
AkoResponsiveDevice is an Enum that can be used to identify a width.
Any width from 0 to 480 is considered to be mobile.
Any width from 481 to 1024 is considered to be tablet.
Any width from 1025 to infinity is considered to be desktop.
All numbers above are inclusive.
Typedefs
- AkoErrorBuilder = Widget Function(Object error, StackTrace? stacktrace)
-
AkoFutureBuilder<
T> = Widget Function(T data)