Skip to content

Releases: widgrensit/asobi-dart

v0.3.0

05 Apr 13:17
0135398

Choose a tag to compare

[0.3.0] - 2026-04-05

Features

  • Add world lobby, world tick, raw input, DM support (#10)

v0.2.0

01 Apr 21:31
c30e972

Choose a tag to compare

[0.2.0] - 2026-04-01

Features

  • Add voting support to Dart SDK (#9)

v0.1.1

31 Mar 21:41
51b316e

Choose a tag to compare

[0.1.1] - 2026-03-31

Refactor

  • Replace untyped Map<String, dynamic> with typed models throughout (#8)

v0.1.0

31 Mar 10:37
d391c5c

Choose a tag to compare

[0.1.0] - 2026-03-31

Bug Fixes

  • Listen for match.matched instead of matchmaker.matched (#1)
  • Handle nullable fields in LeaderboardEntry.fromJson (#2)
  • Correct jsonb types for storage and add unit tests (#6)

Features

  • Initial Dart/Flutter SDK for Asobi game backend
  • Add OAuth login, provider linking, and IAP verification (#5)

Miscellaneous

  • Prepare for pub.dev publishing (#3)
  • Upgrade to Dart 3.11, update deps, remove deprecated library name (#4)
  • Add release workflow (#7)