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

An agile backend framework for rapid and scalable development of scalable and high-performance web applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add kola
copied to clipboard

With Flutter:

 $ flutter pub add kola
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  kola: ^0.1.8
copied to clipboard

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:kola/kola.dart';
copied to clipboard
1
likes
160
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

2024.08.26 - 2025.03.10

An agile backend framework for rapid and scalable development of scalable and high-performance web applications.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on kola