ken 0.0.1+2 copy "ken: ^0.0.1+2" to clipboard
ken: ^0.0.1+2 copied to clipboard

outdated

super-rich dynamic components for mobile applications

ken: super-rich components for Flutter applications #

ken Logo

License

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.