Skip to content
#

Appwrite

appwrite logo

Appwrite is an end-to-end backend server for web, mobile or native applications packaged as a set of Docker microservices.

Appwrite abstracts the complexity and repetitiveness required to build a modern backend API from scratch and allows you to build secure apps faster.

Here are 151 public repositories matching this topic...

appwrite
sdk-for-flutter
eldadfux
eldadfux commented Sep 27, 2020

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. On

enhancement good first issue help wanted hacktoberfest
OmniaWrite
TorstenDittmann
TorstenDittmann commented Sep 24, 2020

For the cloud export right now we have an array with some languages to select from.

https://github.com/TorstenDittmann/OmniaWrite/blob/master/src/routes/Export/Cloud.svelte#L50-L55

A good addition would be implementing a library containing all the languages + 2-letter codes.

Sadly [this](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DisplayNames/Di

enhancement help wanted good first issue
Glide7
Glide7 commented Dec 17, 2020

Translate 'object-detection' function from Python to Ruby 🟥

We use Appwrite Cloud Functions demos as a good way to show how Cloud Functions can be used with Appwrite, and also as a good starting point for developers wanting to write their new functions.
Help us translate the cloud function ['object-detection'](https://github.com/appwrite/demos-for-functions/tree/master/python/object-detectio

enhancement good first issue help wanted dwoc
Meldiron
Meldiron commented Sep 30, 2021

Introduction

GitHub has recently rolled out a public beta for their issue forms feature. This would allow you to create interactive issue templates and validate them 🤯.

Appwrite currently uses the older [issue template format](https://docs.github.com/en/communities/using-templates-to-encourage-useful-iss

good first issue hacktoberfest