app_template 2.4.0+3 copy "app_template: ^2.4.0+3" to clipboard
app_template: ^2.4.0+3 copied to clipboard

Create a Flutter App based on a standard design pattern using third-party packages for functions and features.

example/lib/main.dart

/// The app's interface
import 'package:counter_template/src/view.dart';

/// We use the MVC framework's own runApp with its innate error handling.
void main() => runApp(
      CounterApp(),
      errorHandler: null,
      errorScreen: null,
      errorReport: null,
    );
3
likes
50
pub points
0%
popularity

Publisher

unverified uploader

Create a Flutter App based on a standard design pattern using third-party packages for functions and features.

Repository (GitHub)
View/report issues

License

BSD-2-Clause, MIT (LICENSE)

Dependencies

cupertino_icons, dbutils, english_words, flutter, flutter_material_color_picker, i10n_translator, mvc_application

More

Packages that depend on app_template