Skip to content

Releases: Syzygy-Hub/syzygy-services-flutter

1.2.0

Choose a tag to compare

@github-actions github-actions released this 21 Sep 17:43
24d7ccb
Release/1.2.0

Release/1.2.0

1.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Sep 01:42
824ac5d
Release/1.1.0

Release/1.1.0

1.0.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 13:10
e53397d

Added

  • NetworkClient abstract class and Dio-backed HTTP client stub
  • StorageProvider abstract class and SharedPreferences-backed key-value persistence stub
  • AuthProvider abstract class and JWT token storage and refresh stub
  • FileProvider abstract class and dart:io File-backed file I/O
  • PushProvider abstract class and FCM token registration stub
  • DeviceProvider abstract class and Platform/device info stub
  • RemoteConfigProvider abstract class and in-memory remote config store
  • AnalyticsProvider abstract class and console analytics event logging stub
  • CrashReporter abstract class and console crash logging stub
  • WebSocketProvider abstract class and dart:io WebSocket stub