flutter_arhitecture_helper 0.4.5+1 copy "flutter_arhitecture_helper: ^0.4.5+1" to clipboard
flutter_arhitecture_helper: ^0.4.5+1 copied to clipboard

discontinued

Flutter arhitecture helper - create quality applications is just (MVVM)

example/lib/main.dart

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

import 'splash/splash_screen.dart';

var theme = new ThemeData(
  primarySwatch: Colors.blue,
);
var appConfig = new BaseAppConfig(
    isMaterial: true,
    title: 'DipDev Studio',
    theme: theme,
    color: theme.primaryColor,
    home: new SplashScreen(),
    showPerformanceOverlay: true,
    debugShowCheckedModeBanner: true);
var app = new BaseApp(appConfig);

void main() => runApp(app);
3
likes
40
pub points
0%
popularity

Publisher

verified publisherdipdev.studio

Flutter arhitecture helper - create quality applications is just (MVVM)

Homepage
Repository (GitHub)
View/report issues

License

AGPL-3.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_arhitecture_helper