at_app 1.0.1+1 copy "at_app: ^1.0.1+1" to clipboard
at_app: ^1.0.1+1 copied to clipboard

outdated

A command line tool to help developers build an @ platform application.

Now for a little internet optimism #

at_app #

A command line tool to help developers build an @ platform application.

Who is this for? #

This is for flutter developers looking to build end to end encrypted apps.

Getting Started #

This application is an extension of flutter create, that replaces the main.dart file with our own custom template. We also perform the additional build configurations required for the onboarding package.

The at_app toolkit also includes a library component called at_app_flutter which is included with the app built by this executable.

Together these two parts work together to provide app developers with the prerequisites of an @ platform app.

Executable #

The executable is an extension of the flutter create command, and can be used to create a new @ platform app from our template.

Activate the executable:

flutter pub global activate at_app

If necessary, pub will prompt you to update your PATH variable, please do as instructed.

Create a new @ platform app:

at_app create [...options] <output directory>

Windows Users:

at_app.bat create [...options] <output directory>

Flags

at_app create includes all of the flutter create flags, with the exception of --template, --sample, --list-samples

Flag Shorthand Description Value
--namespace -n The @protocol app namespace to use for the application. (defaults to "")
--root-domain -r The @protocol root domain to use for the application. [prod (default), ve]
--api-key -k The api key for at_onboarding_flutter. (defaults to "")

Library #

Please see at_app_flutter for library usage within your generated app.

Maintainers #

Created by XavierChanth

159
likes
0
pub points
0%
popularity

Publisher

verified publisheratsign.org

A command line tool to help developers build an @ platform application.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, logger, path, pub_cache, pub_semver

More

Packages that depend on at_app