Last updated:
0 purchases
ken
ken: super-rich components for Flutter applications #
Intro #
Ken is a library for Flutter applications. All widgets in this library can be used both as static and dynamic.
The static use of the widgets is a declaration of the widget in the page, like any other widget in Flutter.
The dynamic use of the component is a definition of the widget in a json file, which can be received as input in a SmeupDynamicScreen. This methodology allows you to have a single page application where the content of the page could be sent from a backend.
ken Showcase #
There is a project entirely dedicated to the ken Showcase. Feel free to download it and check out the examples provided.
ken API #
The API documentation provides a full description of classes, services, models and widgets included in the ken library.
ken Development #
The following documents will provide all the material you need to start using the ken library:
Dependencies
Widgets
Publish
How to use ken in your project #
Create a new Flutter app:
> flutter create myapp
copied to clipboard
To install the ken library, add the following dependency into the pubspec.yaml:
dependencies:
ken: ^0.0.1
copied to clipboard
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,
);
copied to clipboard
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.