Rudolf Martincsek

Results 26 comments of Rudolf Martincsek

Hi, personally I started using this outline to have a quick glance at the fields and methods of my Dart classes so order wasn't really an issue, and yes it...

Maybe I'm not representative of the average Flutter developer because I don't really need Flutter Outline to see the tree structure of my widgets, but I do use it to...

I checked the changes and seems to be working fine, except the minor caching issues. Nested blobs are way down on my list of priorities. I can imagine a few...

I'm not saving null values in the database, neither am I reading the results as a list. Couchbase is a key-value store and it's one of the major factors I...

I've seen this approach, and there are some interesting tricks. However I'm more inclined to just write a tool that does the download. Probably a dart script that reads the...

> Good point here, was wondering is there a good reason of not using directly implementation "com.couchbase.lite:couchbase-lite-android:2.8.5" in gradle? I think it is somewhat doable, I guess still researching. That...

> @Rudiksz seems like for windows we need .lib file too! see here https://stackoverflow.com/questions/913691/dll-and-lib-files-what-and-why/913744 I don't know if you can help on that. Dart can look up symbols and functions...

> Any help on how to build the libraries is appreciated. as I fail every time I attempt to do it. You need to use this fork of the C...

The dll is not meant to be used as a plugin. In fact, the point of this package is to have a dart package independent of flutter and flutter's platform...

The C library is still in beta status and is hardly even supported by Couchbase. For every platform I had to do a number of fixes to make it build,...