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

discontinued
outdated

Flutter arhitecture helper - create quality applications is just

example/lib/main.dart

import 'package:flutter/material.dart';

import 'splash/splash_screen.dart';

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

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return 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