at_app_create 0.4.0 copy "at_app_create: ^0.4.0" to clipboard
at_app_create: ^0.4.0 copied to clipboard

A library to build your own custom implementation of flutter create.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add at_app_create

With Flutter:

 $ flutter pub add at_app_create

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

dependencies:
  at_app_create: ^0.4.0

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

Import it

Now in your Dart code, you can use:

import 'package:at_app_create/at_app_create.dart';
3
likes
130
pub points
0%
popularity

Publisher

verified publisheratsign.org

A library to build your own custom implementation of flutter create.

Homepage
Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

args, json_annotation, mason, path, pub_semver, universal_io

More

Packages that depend on at_app_create