ken 0.0.1+1
ken: ^0.0.1+1 copied to clipboard
super-rich dynamic components for mobile applications
ken: super-rich components for mobile applications #

Intro #
Ken is a mobile components library, built with Flutter.
Showcase #
Go to ken Showcase.
ken API #
- Check out our API
ken Development #
- Dependencies
- Widgets
How to use ken in your project #
Create a new Flutter app:
> flutter create myapp
Install the ken library
> TODO
Add the ken library initilization in the main.dart file. In the initialization statement, you can set many attributes. Follow a minimal configuration:
SmeupConfigurationService.init(
..
context,
..
);
Contributing #
Issues #
If you run into an error or an unexpected behavior, or you just want to give us feedback on how to improve, feel free to use the issues page.