kitawi 0.0.1 copy "kitawi: ^0.0.1" to clipboard
kitawi: ^0.0.1 copied to clipboard

Kitawi is a web UI library based on Flutter's widgets.

Kitawi #

Introducing Kitawi - the UI-first framework that will take your web development game to the next level!

Kitawi is the perfect choice for developers who value beautiful and intuitive user interfaces. With its powerful set of tools and easy-to-use components, Kitawi lets you create stunning web applications with ease.

With Kitawi, you can say goodbye to the tedious process of writing complex CSS and HTML code from scratch. Instead, you can focus on what really matters - creating engaging and interactive user experiences. Plus, our framework is designed with responsiveness in mind, so your web app will look great on any device.

Getting Started #

Prerequisites #

Kitawi is written in Dart and compiled to JavaScript. To use Kitawi, you need to install the Dart SDK. You can find the installation instructions here.

Once you have Dart installed, you can start using Kitawi by adding the following line to your pubspec.yaml file:

dependencies:
  kitawi: any

Then, run pub get to install the package.

Usage #

import 'package:kitawi/kitawi.dart';

void main() {
  start((){
    // Your code goes here
    ...
    run(Container(
        child: Text('Hello, world!'),
        decoration: Decoration(
            color: Colors.green,
            border: Border(color: Colors.black, width: 2.0),
    ));
  });
}

Documentation #

You can find the documentation for Kitawi here.

Contributing #

We welcome contributions to Kitawi! If you would like to contribute, please read our contribution guidelines.

License #

Kitawi is licensed under the MIT License.

2
likes
0
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

Kitawi is a web UI library based on Flutter's widgets.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args

More

Packages that depend on kitawi