kohana 1.0.3 copy "kohana: ^1.0.3" to clipboard
kohana: ^1.0.3 copied to clipboard

outdated

State management (flutter_hooks based), validators, common models, event bus, responsive layout and more in one codebase.

Kohana #

pub pub
State management (flutter_hooks based), validators, common models, event bus, responsive layout and more in one codebase.

State management #

State management and widget lifecycle events

void handleManagedFields() {}
void componentDidMount() {}
void componentWillUnmount() {}
WidgetBuilder managedView(String path, [Map<String, dynamic> params]);
void setState([VoidCallback fn]);
var mounted = false;

Various models #

Models with properties like disposeBag, T data , void dispose(), isWaiting...

class BaseViewModel<T extends BaseModel>
class BaseModel
class SingleItemsModel<T> extends BaseModel
class Tuple
class Sink
class EventBus

Validators #

Including Validator

final validator = MultiValidator([
  MinLengthValidator(validators.charactersCount),
  AlphanumericValidator(),
]);

Views #

Utils for building responsive layouts:

class SizingInformation
class ScreenTypeLayout
class ResponsiveBuilder
class OrientationLayout
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

State management (flutter_hooks based), validators, common models, event bus, responsive layout and more in one codebase.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

daggerito, flutter, flutter_hooks, routex, rxdart

More

Packages that depend on kohana