1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

Updated Flutter changelog

This commit is contained in:
Eldad Fux 2021-05-19 14:36:58 +03:00
parent c257c20570
commit f4e12acf9b

View file

@ -1,3 +1,14 @@
## 0.6.0
- Upgraded to Null-safety, minimum Dart SDK required 2.12.0
- Upgraded all underlying dependencies to null safe version
- [Anonymous login](https://appwrite.io/docs/client/account?sdk=flutter#accountCreateAnonymousSession)
- [JWT Support](https://appwrite.io/docs/client/account?sdk=flutter#accountCreateJWT)
- Fallback Cookies for Flutter Web if 3rd party cookies are blocked
- Custom User Agent Support
- [Update membership roles](https://appwrite.io/docs/client/teams?sdk=flutter#teamsUpdateMembershipRoles)
- Renamed parameter inviteId to membershipId on teams.updateMembershipStatus, teams.deleteMembership (Breaking Change)
## 0.5.0-dev.1
- Upgraded to Null-safety, minimum Dart SDK required 2.12.0 and minimum Flutter SDK version required 2.0.0