dartboot_core 1.0.9
dartboot_core: ^1.0.9 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';
import 'package:dartboot_annotation/annotation.dart';
import 'dartboot_core_example.g.dart';
@BootContext()
void main(args) {
DartBootApplication.run(args: args);
}