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

Platformweb

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.

Disclaimer #

This project is still in development and is not yet ready for production use. The API is subject to change. Use at your own risk.

Installation #

  1. Using the kitawi CLI:
dart pub global activate kitawi
copied to clipboard

The run the following command to create a new project:

kitawi new my_project
copied to clipboard

Get the dependencies:

cd my_project
kitawi get
copied to clipboard

Add dependencies:

kitawi get http
copied to clipboard

Run the project:

kitawi run
copied to clipboard

Build the project:

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

Contributing #

We welcome contributions to kitawi

License #

kitawi is licensed under the MIT License.

2
likes
150
points
69
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.26 - 2025.04.10

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)

Documentation

API reference

License

MIT (license)

Dependencies

web

More

Packages that depend on kitawi