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

Kitawi is a Dart web library for building web user interfaces. It's highly customizable and can be used with any Dart package that can run on the web.

Kitawi - A Dart Web Library #

Kitawi is a Dart web library for building web user interfaces. It's highly customizable and can be used with any Dart package that can run on the web.

The project can be compiled to wasm for Chromium-based browsers, others use the dart2js compiler.

Installation #

  1. Using the kitawi CLI:
dart pub global activate kitawi

The run the following command to create a new project:

kitawi new my_project

Get the dependencies:

cd my_project
kitawi get

Add dependencies:

kitawi get http

Run the project:

kitawi run

Build the project:

kitawi build
  1. As a dependency in your pubspec.yaml file:
dependencies:
  kitawi: 0.1.3

Contributing #

We welcome contributions to kitawi

License #

kitawi is licensed under the MIT License.

2
likes
0
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

Kitawi is a Dart web library for building web user interfaces. It's highly customizable and can be used with any Dart package that can run on the web.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

web

More

Packages that depend on kitawi