at_app is a command-line tool for app developers to quickly generate a starter atPlatform app. at_app was designed to be the atPlatform's version of flutter create, and uses it behind the scenes to help you get started with your app.
at_app has been replaced in favor of our tutorial, which relies on Flutter create. This way you no longer have to install any extra tools to build a Flutter app with the atSDK.
See our tutorial here
This is a command-line to make learning the atPlatform and building on it easier. If you are a developer working on the atPlatform, it is recommended that you try out this tool.
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.
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.
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.
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.
This project was originally created by Xavier Chanthavong.
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.
This project is currently maintained by Xavier Chanthavong