PackageTrack
Sign in Get early access

at_app

A command line tool to help developers build an atPlatform application.

5.0.0 atsign-foundation/at_app

What this package is like to depend on

Last release 3 years ago

no release in 18 months

Release timing varies

gaps range from 2 weeks to 5 months

Nearly every release is documented

notes for 23 of 24 stable releases

Nothing withdrawn

no release was ever pulled

5 years old

35 releases · first in 2021

0 releases in the last 12 months

see the full history below

Release timeline

35 releases · Aug 2021 to Jun 2023
2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 35
  1. 5.0.0 23 Jun 2023
    Release notes
    • BREAKING CHANGE: Removed all sample applications and the following options:
      • --sample/-s
      • --template/-t (The only template is still the default option with the create command)
      • --list-samples
      • --list-templates
    • Chore: Update to support Dart 3.
    • Chore: Pin at_app_create to version 0.4.0.
    Open source →
  2. 4.5.1 18 Jan 2023
    Release notes
    • Chore: Pin at_app_create to version 0.3.0.
    • Chore: Update atPlatform branding to at instead of @.
    Open source →
  3. 4.5.0 06 Oct 2022
    Release notes
    • Chore: Use lints: >=1.0.0 <3.0.0 in dev_dependencies.
    • Fix: Logger color accessibility issues on light mode terminals.
      • Added chalk: 1.2.0 as a dependency.
    Open source →
  4. 4.4.0 29 Sep 2022
    Release notes
    • Chore: Use at_app_create: ^0.2.0.
      • Chore: Updated dependencies of all templates to latest.
      • Fix(Windows): Explicitly added biometric_storage: ^4.1.3 as a dependency to all templates.
    Open source →
  5. 4.3.0 18 Aug 2022
    Release notes
    • Feat: Added the following sample apps:
      • at_backupkey_flutter
      • at_chat_flutter
      • at_contacts_group_flutter
      • at_events_flutter
      • at_invitation_flutter
      • at_location_flutter
      • at_notify_flutter
      • at_sync_ui_flutter
      • at_theme_flutter
    • Chore: Use at_app_flutter ^5.0.1 in all app templates.
    Open source →
  6. 4.2.3 01 Jun 2022
    Release notes
    • Chore: Use at_app_create: ^0.1.1.
    Open source →
  7. 4.2.2 16 Mar 2022
    Release notes
    • Chore: Migrated some models to at_app_create package.
      • Developers can now depend on at_app_create to build their own version of at_app.
    Open source →
  8. 4.2.2+1 01 Jun 2022
    Release notes
    • Chore: Updated CI badge to refer to the new CI process.
    Open source →
  9. 4.2.1 17 Feb 2022
    Release notes
    Open source →
  10. 4.2.0 11 Feb 2022
    Release notes
    • Chore: Separated template generation functionality to at_app_create
      • Feat: Added chit_chat demo application
      • Feat: Added at_onboarding_flutter and at_contacts_flutter samples
    Open source →
  11. 4.1.0 17 Jan 2022
    Release notes
    • Feat: Added multiple template support to at_app (the default template is called app)
    • Feat: Added the ability configure templates, and override certain build configurations
    • Feat: Introduced two new demo applications (snackbar and snackbar_sender)
    • Feat: Added 3 flags to create command:
      • --list-demos - list all demo applications
      • --list-templates - list all templates
      • --list-samples - list all samples (currently there are none available but they are coming soon)
    • Feat: Added the packages subcommand
    Open source →
  12. 4.1.0-rc+1 04 Jan 2022 pre-release

    Nothing published for this version

  13. 4.1.0-rc+2 04 Jan 2022 pre-release

    Nothing published for this version

  14. 4.1.0-rc+3 04 Jan 2022 pre-release

    Nothing published for this version

  15. 4.0.0 25 Nov 2021
    Release notes
    • BREAKING CHANGE: Added desktop support by replacing flutter_config with flutter_dotenv
    • Feat: Added the --platforms option so you can choose your platforms (web disabled until it's supported by the sdk)
    • Fix: Added a namespace validator to enforce the usage of a valid @sign
    • Fix: Fixed the pubspec.yaml file manager to correctly add .env to the assets list
    Open source →
  16. 4.0.0-rc+2 17 Nov 2021 pre-release

    Nothing published for this version

  17. 4.0.0-rc+3 18 Nov 2021 pre-release

    Nothing published for this version

  18. 3.0.0 27 Oct 2021
    Release notes
    • BREAKING CHANGE: Depends on at_app_flutter: ^3.0.0
    • Chore: Updated the android build config for flutter_config (introduced in at_app_flutter ^3.0.0)
    • Chore: Updated the default compileSdkVersion to 31 for android apps
    • Chore: Performance optimizations to file management
    Open source →
  19. 3.0.0-rc+2 26 Oct 2021 pre-release

    Nothing published for this version

  20. 2.0.0 01 Oct 2021
    Release notes
    • BREAKING CHANGE: Depends on at_app_flutter: ^2.0.0
    Open source →
  21. 2.0.0-rc 01 Oct 2021 pre-release

    Nothing published for this version

  22. 1.1.1 01 Oct 2021
    Release notes
    • Chore: Depends on at_app_flutter: ^1.1.1
    Open source →
  23. 1.1.0 01 Oct 2021
    Release notes
    • Fix: at_app now uses .dart_tool/package_config.json to locate the template files contained in at_app_flutter
    • Fix: Catch errors caused by pub adding to a project that already has the dependency
    • Fix: at_app now pulls specific dependency versions when generating templates with create
    • Feat: Added support for multiple templates (hidden flag)
    Open source →
  24. 1.1.0-rc 16 Sep 2021 pre-release

    Nothing published for this version

  25. 1.1.0-rc+1 16 Sep 2021 pre-release

    Nothing published for this version

  26. 1.1.0-rc+2 30 Sep 2021 pre-release

    Nothing published for this version

  27. 1.1.0-rc+3 30 Sep 2021 pre-release

    Nothing published for this version

  28. 1.0.2 31 Aug 2021
    Release notes
    • Feat: Fallback to check for the templates under the flutter root pub cache
    Open source →
  29. 1.0.1 25 Aug 2021
    Release notes
    • Fix: Bug fixes and clean up of file management
    Open source →
  30. 1.0.1+1 25 Aug 2021
    Release notes
    • Fix: Remove bad output when running create command
    Open source →
  31. 1.0.0 21 Aug 2021
    Release notes
    • Chore: Separated the library portion to it's own package (at_app_flutter).
    Open source →
  32. 0.1.2 13 Aug 2021
    Release notes
    • Fix: Fix support for at_app when running via pub global binaries
    Open source →
  33. 0.1.2+1 13 Aug 2021

    Nothing published for this version

  34. 0.1.1 11 Aug 2021
    Release notes
    • Chore: Documentation changes.
    Open source →
  35. 0.1.0 10 Aug 2021
    Release notes
    • Initial version.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive