flutter_arhitecture_helper 0.3.9 copy "flutter_arhitecture_helper: ^0.3.9" to clipboard
flutter_arhitecture_helper: ^0.3.9 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(BaseApp.materialApp(
    title: 'DipDev Studio',
    theme: ThemeData(
      primarySwatch: Colors.blue,
    ),
    home: 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