kola 0.1.8 kola: ^0.1.8 copied to clipboard
An agile backend framework for rapid and scalable development of scalable and high-performance web applications.
import 'package:kola/kola.dart';
void main() {
var awesome = Awesome();
print('awesome: ${awesome.isAwesome}');
}