flutter_framework 0.0.23
flutter_framework: ^0.0.23 copied to clipboard
This framework is use to build a whole universal app with headless cms.
example/lib/main.dart
import "source/app.dart";
/// The main entry point of your application.
void main() {
UniversalApp().run();
}