dartboot_core 1.0.0
dartboot_core: ^1.0.0 copied to clipboard
The core library for DartBoot framework. https://github.com/luodongseu/dartboot
example/dartboot_core_example.dart
import 'package:dartboot_core/dartboot_core.dart';
void main(args) {
DartBootApplication.run(args: args);
}