natgross

Results 12 comments of natgross

Since Appwrite is being billed as a Firebase replacement, I was hoping that it also includes database, which then means offline syncing like Firebase.

There are two competing Couchbase Lite Flutter implementations. They are both offline-first. Although incomplete api's, they function pretty much ok. https://pub.dev/packages?q=couchbase On Fri, Jul 2, 2021 at 5:21 PM Phyyyl...

About the security risk. The folks using appwrite are pros and let them decide on the risk. For example, logging into many systems as 'superuser' or 'admin' is clearly a...

Currently in Dart, is there a [trick] way where the base class as well as the subclass' properties are persisted as one entity? (namely as the subclass). If not, would...

> I was passing the device name of what I was getting instead of mine Ok. So how do I get my device? (I can discover other devices, but not...

You are moving quickly! When can we expect the new version on pub.dev?

You list the new document api(#80) in the list of the feature set of #79? Anyhow, I am about to invest heavy time in an app and very much prefer...

Ok. Now, Do you consider a possible dev version stable (except lacking some classes)? If yes, and releasing a dev version will not steal too much of your time, I...

So surprised that a professional ide is lacking this feature. Even more surprised that Google didn't find it important to do for their beloved Dart/Flutter language, especially on Android Studio.

I might have found a bug in another lib occasionally causing duplicate id from a custom id-generator. I need to check that out.