Steve Hamblett

Results 96 comments of Steve Hamblett

Well, its a Dart web based library, so in theory whatever it takes to convert one of these into a flutter app, I don't use flutter at the mo so...

A Wilt client can be instantiated as either server side or web side as you say, so I guess were going the same way now with sporran. The web side...

Not that I'm aware of.

I believe this is correct, the package is designed to run in a browser which I believe is what Flutter Web is. Flutter on the other hand is a server...

If you just want couchdb have a look at the 'wilt' package it's both server and browser based. Sporran uses its browser client

Yes but not for a browser, unless you use flutter web.

If you are not looking to run in the browser and are not looking to use CouchDB then I'd definitely look at starting again, Sporran is a Dart implementation of...

Yes, they are but in sporrans case, being a clone of pouchdb both the ability to run in a browser and use CouchDB is really a must. If you want...

There are conflicts here, why are you updating dart generated json files in .dart_tool? Why have you removed the dev dependencies? What is it you are trying to do?

The dev dependencies are needed for unit testing(test), static analysis rules(pedantic) and web based testing(build_runner and build_test), these are a standard and needed part of Dart package development, you can't...