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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add app_template

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  app_template: ^2.4.0+3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:app_template/main.dart';
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