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

Intro #
Ken is a mobile components library for Flutter applicaiton.
Showcase #
Go to ken Showcase.
ken API #
- Check out our API
ken Development #
How to use ken in your project #
Create a new Flutter app:
> flutter create myapp
To install the ken library, add the following dependency:
dependencies:
ken: ^0.0.1+2
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.