flutter_arhitecture_helper 0.3.7 copy "flutter_arhitecture_helper: ^0.3.7" to clipboard
flutter_arhitecture_helper: ^0.3.7 copied to clipboard

discontinued
outdated

Flutter arhitecture helper - create quality applications is just

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_arhitecture_helper/presentation/ui/base_app.dart';

import 'splash/splash_screen.dart';

void main() => runApp(MyApp());

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return BaseApp.getApp(
        'DipDev Studio',
        ThemeData(
          primarySwatch: Colors.blue,
        ),
        new SplashScreen());
  }
}
3
likes
0
pub points
0%
popularity

Publisher

verified publisherdipdev.studio

Flutter arhitecture helper - create quality applications is just

Homepage

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_arhitecture_helper