Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

atsign-foundation/at_app

at_app

The Atsign FoundationThe Atsign Foundation

gitHub license CI OpenSSF Scorecard OpenSSF Best Practices

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.

End of Life

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

Packages

at_app

pub package pub points gitHub license

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.

[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