fluttery_framework 2.4.1
fluttery_framework: ^2.4.1 copied to clipboard
Provides all the functions and features needed for a typical production app.
example/lib/main.dart
//
import 'package:fluttery_framework_example/src/view.dart';
void main() => runApp(FlutteryExampleApp());