Most features of the Appwrite Flutter SDK should already work with Linux apps out of the box. One specific area that still lacks support is our OAuth login. For us to enable OAuth login we actually need to add Linux support on the Web auth plugin https://github.com/LinusU/flutter_web_auth we use as a dependency.
The Web Auth library already support web auth login for Android, iOS, and MacOS. Once Linux support is added, we should just update the Appwrite SDK to use the latest version of the auth plugin.
This actual PR should be made against https://github.com/LinusU/flutter_web_auth, but will be happy to make this issue valid for Appwrite SWAG during Hacktoberfest.
Most features of the Appwrite Flutter SDK should already work with Linux apps out of the box. One specific area that still lacks support is our OAuth login. For us to enable OAuth login we actually need to add Linux support on the Web auth plugin https://github.com/LinusU/flutter_web_auth we use as a dependency.
The Web Auth library already support web auth login for Android, iOS, and MacOS. Once Linux support is added, we should just update the Appwrite SDK to use the latest version of the auth plugin.
This actual PR should be made against https://github.com/LinusU/flutter_web_auth, but will be happy to make this issue valid for Appwrite SWAG during Hacktoberfest.