PackageTrack
Sign in Get early access

atonline_api

AtOnline API tools for Flutter, for use with AtOnline.com APIs including CMS, Naka, etc.

0.5.1 AtOnline/atonline-flutter

What this package is like to depend on

Last release 7 months ago

04 Jan 2026

Release timing varies

gaps range from 9 days to 11 months

Nearly every release is documented

notes for 41 of 43 stable releases

Nothing withdrawn

no release was ever pulled

8 years old

43 releases · first in 2018

3 releases in the last 12 months

see the full history below

Release timeline

43 releases · Dec 2018 to Jan 2026
2019 2020 2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 43
  1. 0.5.1 04 Jan 2026
    Release notes
    • Dependency updates:
      • Updated app_links from ^6.3.2 to ^7.0.0
      • Updated flutter_secure_storage from ^9.2.2 to ^10.0.0
      • Updated mime from ^1.0.5 to ^2.0.0
      • Updated http to 1.6.0
      • Updated mockito to 5.6.1
      • Updated build_runner to 2.10.4
      • Removed discontinued js package (transitive dependency)
    • Fixed test compatibility with flutter_secure_storage 10.0.0 binding requirements
    Open source →
  2. 0.5.0 29 Oct 2025
    Release notes
    • Added Server-Sent Events (SSE) streaming support:
      • New SseEvent class to represent individual SSE events with automatic JSON parsing
      • New sseReq method for basic SSE streaming requests
      • New authSseReq method for authenticated SSE streaming
      • New optAuthSseReq method for optionally authenticated SSE streaming
      • Full SSE protocol implementation supporting event types, IDs, multi-line data, and comments
      • Comprehensive test coverage including live streaming tests with Misc/Debug:sse endpoint
    Open source →
  3. 0.4.23 29 Oct 2025
    Release notes
    • Dependency updates:
      • Updated intl from ^0.19.0 to ^0.20.2 (required by flutter_localizations)
      • Updated http from ^1.2.2 to ^1.5.0
      • Updated app_links from ^6.3.2 to ^6.4.1
      • Updated url_launcher from ^6.3.0 to ^6.3.2
      • Updated flutter_secure_storage from ^9.2.2 to ^9.2.4
      • Updated build_runner from ^2.4.8 to ^2.10.1
      • Updated mockito from ^5.4.4 to ^5.5.1
      • Various other transitive dependency updates
    Open source →
  4. 0.4.22 22 Mar 2025
    Release notes
    • Improved API method type safety:
      • Updated req, authReq, optAuthReq, and authReqUpload methods to return Future<AtOnlineApiResult>
      • Added rawReq, rawAuthReq, and rawOptAuthReq methods for cases needing raw response data
      • Removed skipDecode parameter in favor of dedicated raw methods
      • API methods now have clearer, more specific return types
      • Added comprehensive tests for the new methods
    Open source →
  5. 0.4.21 22 Mar 2025
    Release notes
    • Added access rights support:
      • New getAccessForObject method to retrieve object access rights
      • Access rights include Owner (O), Admin (A), Delete (D), Write (W), Create (C), Read (R), Anonymous read (r), and Unknown (?)
      • Only anonymous read uses a lowercase letter; all other rights use uppercase letters
      • Added tests for the new functionality
    Open source →
  6. 0.4.20 22 Mar 2025
    Release notes
    • Improved type safety:
      • Update storeToken function to explicitly use Map<String,dynamic> parameter type
      • Fix analyzer warnings in test files
      • Improve error logging with stack traces
      • Clean up unused imports and variables
    Open source →
  7. 0.4.19+2 16 Mar 2025
    Release notes
    • Enhanced test coverage with file upload testing:
      • Added tests for file upload parameter validation
      • Added tests for upload progress tracking
      • Added tests for error handling in authenticated uploads
      • Added real API tests using the Misc/Debug:testUpload endpoint (skipped by default)
    Open source →
  8. 0.4.18 15 Mar 2025
    Release notes
    • Enhanced API explorer command-line tool with recursive mode
    • Added ws.atonline.com endpoint support
    • Improved documentation for API explorer capabilities
    Open source →
  9. 0.4.17 19 Sep 2024
    Release notes
    • Replace uni_links with app_links
    Open source →
  10. 0.4.16 17 Jul 2024
    Release notes
    • Updated dependencies
    Open source →
  11. 0.4.15 22 Oct 2023
    Release notes
    • Bump dependencies
    • Pass clientId in headers
    Open source →
  12. 0.4.14 25 May 2023
    Release notes
    • Fix http dep to accept 0.13.6 or higher
    Open source →
  13. 0.4.13 25 May 2023
    Release notes
    • Updated dependencies
    Open source →
  14. 0.4.12 28 Jun 2022
    Release notes
    • Fix map read
    Open source →
  15. 0.4.11 28 Jun 2022
    Release notes
    • Testing token voiding
    Open source →
  16. 0.4.10 28 Jun 2022
    Release notes
    • Properly void token on refresh token error
    Open source →
  17. 0.4.9 28 Jun 2022
    Release notes
    • Void token on refresh token error
    Open source →
  18. 0.4.8 28 Jun 2022
    Release notes
    • Handle invalid refresh token errors as login errors
    Open source →
  19. 0.4.7 28 Jun 2022
    Release notes
    • Catch in all cases
    Open source →
  20. 0.4.6 28 Jun 2022
    Release notes
    • Catch weird flutter errors on invalid (revoked) bearer tokens
    Open source →
  21. 0.4.5 04 Feb 2022
    Release notes
    • Cleanup and deps upgrade
    Open source →
  22. 0.4.4 15 Nov 2021
    Release notes
    • Fix file upload via API
    Open source →
  23. 0.4.3 07 Nov 2021
    Release notes
    • Add support for cookies
    • use flutter changenotifier for Api class
    Open source →
  24. 0.4.2 07 Nov 2021
    Release notes
    • Expose whole User object in user.object
    • use flutter changenotifier for User class
    Open source →
  25. 0.4.1 29 Oct 2021
    Release notes
    • Fix some null issues to make api.user easier to use
    Open source →
  26. 0.4.1+1 31 Oct 2021
    Release notes
    • Add a debug line and simplify GET request processing
    Open source →
  27. 0.4.1+2 31 Oct 2021
    Release notes
    • Fix syntax
    Open source →
  28. 0.4.1+3 31 Oct 2021
    Release notes
    • Make GET body work
    Open source →
  29. 0.4.0 16 Oct 2021
    Release notes
    • Migrate to dart null safety
    Open source →
  30. 0.3.1 05 Mar 2021
    Release notes
    • Update http dependency to work with firebase
    Open source →
  31. 0.3.0 04 Mar 2021
    Release notes
    • Upgrade dependencies
    • Use Uri when needed
    Open source →
  32. 0.2.6 04 Sep 2020
    Release notes
    • Update dependencies
    Open source →
  33. 0.2.5 22 Jan 2020
    Release notes
    • Added support for context override in api
    Open source →
  34. 0.2.4 22 Jan 2020
    Release notes
    • Upgrade dependencies for recent flutter
    Open source →
  35. 0.2.3 16 Aug 2019
    Release notes
    • Fix AtOnlineApiResult data accessor
    Open source →
  36. 0.2.2 16 Aug 2019
    Release notes
    • Fix AtOnlineApiResult
    Open source →
  37. 0.2.1 16 Aug 2019
    Release notes
    • Make AtOnlineApiResult iterable
    Open source →
  38. 0.2.0 16 Aug 2019
    Release notes
    • Add AtOnlineApiResult object to simplify Api result data access
    Open source →
  39. 0.1.1 23 Jul 2019
    Release notes
    • Fix for flutter 1.2+
    Open source →
  40. 0.1.0 19 Mar 2019
    Release notes
    • AndroidX upgrade (dependency version bump)
    Open source →
  41. 0.0.4 05 Jan 2019

    Nothing published for this version

  42. 0.0.3 31 Dec 2018
    Release notes
    • Fix links API to handle query string in links correctly
    Open source →
  43. 0.0.2 31 Dec 2018

    Nothing published for this version

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