flutter_framework 0.0.12 copy "flutter_framework: ^0.0.12" to clipboard
flutter_framework: ^0.0.12 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();
}