Evgenij S.

Results 12 comments of Evgenij S.
trafficstars

Yeah, that's a good idea. We're also using dart define variables and I would like to pass them to the screenshots command.

I have the same issue. Maybe it is possible to launch the emulator using "flutter emulators --launch ". I'm not sure, whether it's possible to retrieve the emulator information using...

The Floor approach looks nice, but it is still SQFlite specific. A migration implementation directly in the jarguar orm package would provide a possibility to handle DB migrations independently of...

Hey, I've seen that the development of an [sqflite_web](https://github.com/deakjahn/sqflite_web) has started. Unfortunately, it's not that mature so far. An other alternative would be to use the [moor package](https://pub.dev/packages/moor_flutter), which already...

The package wasn't updated for a while. Since the other generation related packages like chopper, mockito etc. continue to improve they rely on a newer version of the analyzer package....

I think, a good analyzer version would be "analyzer: ^0.40.4", which is compatible with build_runner "^1.11.1". A higher version requires further dependency updates. This is also compatible with the latest...

Concerning database migration: Which solution of the following would be better? 1. Provide a possibility to handle the migration via the SqfliteAdapter, e. g. by passing an 'onUpgrade' and 'onDowngrade'...

Hi, I mean the system settings or sometimes it's called "sound profile". On Android you can enable/disable sound and vibration separately via system settings or the corresponding buttons in the...

Yes, correct. It still vibrates. I think, the OS (at least Android) doesn't forbid that, as the vibration might indicate an important alarm notification. If you take a look at...

The mailto-approach didn't work for me either when the default mail app was not configured. A nice workaround that I found is using the [share plugin](https://pub.dev/packages/share) as a fallbackt if...