Skip to content

kzawadi/at_app

 
 

Repository files navigation

at_app

gitHub license CI

at_app is a command-line tool for app developers to quickly generate a starter @platform app. at_app was designed to be the @platform's version of flutter create, and uses it behind the scenes to help you get started with your app.

Packages

at_app

pub package pub points gitHub license

This is a command-line to make learning the @platform and building on it easier. If you are a developer working on the @platform, it is recommended that you try out this tool.

[View on pub.dev]

[View Source]

at_app_flutter

pub package pub points gitHub license

This package is added to generated apps and provides additional functionality required by the templates. For now, all it does is read the .env file into a model called AtEnv.

[View on pub.dev]

[View Source]

at_app_create

pub package pub points gitHub license

This package provides the core code for the create command in at_app, you can depend on this package if you would like to build your own package of the tool.

[View on pub.dev]

[View Source]

at_app_bundler

pub package pub points gitHub license

This is a command-line bundler tool for at_app_create, it allows you to easily bundle a mason brick (with an additional template.yaml file) into the necessary at_app_create models to generate an entire Flutter application from.

[View on pub.dev]

[View Source]

Open source usage and contributions

This is open source code, so feel free to use it as is, suggest changes or enhancements or create your own version. See CONTRIBUTING.md for detailed guidance on how to setup tools, tests and make a pull request.

Acknowledgement/attribution

This project was originally created by Xavier Chanthavong.

Copyright notice

Copyright 2014 The Flutter Authors. All rights reserved.

This project has copied some variables from the flutter create tool in order to give developers a familiar experience. Variables have been annotated with the copyright.

Please see the original license here.

Maintainers

This project is currently maintained by Xavier Chanthavong

About

A command line interface for @platform developers.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 93.9%
  • Shell 5.7%
  • Other 0.4%