Skip to content

Releases: appwrite/sdk-generator

0.14.2

06 Sep 07:37
ac40262

Choose a tag to compare

0.14.2 Pre-release
Pre-release
  • [Flutter] Fix null pointer exception while creating OAuth2 session
  • [Flutter] Export RealtimeMessage
  • [Flutter/Dart] Export, separate IO and Browser clients for Flutter (Client and Realtime as well) and Dart (Client)
  • [Web] Fix exception code and message
  • [Web] Check if Realtime connection is alive before sending message

0.14.1

02 Sep 13:44
4be9665

Choose a tag to compare

0.14.1 Pre-release
Pre-release
  • fix Flutter deployment

0.14.0

02 Sep 10:02
7a30fac

Choose a tag to compare

0.14.0 Pre-release
Pre-release
  • Refactored Dart and Flutter SDK's
  • Add Realtime support to Web, Fluter and Android

0.13.0

31 Jul 20:28
ea867bf

Choose a tag to compare

0.13.0 Pre-release
Pre-release
  • Added dart images for tests
  • Fixed keyword escaping in the web SDK (default)
  • Fixed CLI code examples

0.12.1

29 Jul 07:54
8e3c4a0

Choose a tag to compare

0.12.1 Pre-release
Pre-release

SDK Generator

  • improved Contribution Guide (#222)

Flutter

  • fixed OAuth completing too early (#236)

0.12.0

06 Jul 16:21
ca8e34f

Choose a tag to compare

0.12.0 Pre-release
Pre-release
  • Moved CLI services from app/{namespace}/services to app/
  • Fixed CLI error parsing issues
  • Updated examples for Kotlin and Android SDK to include syntax for both Kotlin and Java

0.11.1

02 Jul 10:17
9809c31

Choose a tag to compare

0.11.1 Pre-release
Pre-release
  • Remove Residual Enum values from Flutter and Dart templates

0.11.0

01 Jul 14:00
96c41c4

Choose a tag to compare

0.11.0 Pre-release
Pre-release
  • Added Android templates
  • Added Kotlin templates
  • Fixed issue with optional param in createOAuth2Session for Flutter
  • Fixed issue with empty params in Flutter and Dart templates
  • Fixed issue with non-ASCII char in Flutter request header
  • Updates Flutter dependencies
  • Removed ENUM support for Flutter and Dart
  • Fixed Flutter readme's pub badge
  • Added Travis build Badges to all SDK Readme's

0.10.11

07 Jun 13:50
f73391d

Choose a tag to compare

0.10.11 Pre-release
Pre-release
  • Remove typescript and java templates (#208)
  • Improve contribution guides (#210)
  • Fix Web IIFE namespace from window.Appwrite to window (#209)
  • Fix JWT issues regarding Python SDK (#207)
  • Applied coding conventions in the CLI template (#206)
  • Changed Node.js flatten method to static (#205)
  • Fixed Node.js return types for location endpoints (#203)

0.10.10

03 Jun 11:38
d09a4db

Choose a tag to compare

0.10.10 Pre-release
Pre-release
  • fix issue with null removal in Dart and Flutter