Evandro Junior
Evandro Junior
I believe adding `NextRun` would be primordial for monitoring tools over Duplicati. I've also enjoyed this template.
This was solved with a flutter clean and a flutter pub get. Unfortunately I still got error: ``` D/com.shockwave.pdfium.PdfiumCore( 4089): Starting PdfiumAndroid 1.9.0 W/Gralloc4( 4089): allocator 3.x is not supported...
I have the same problem. The following query ```dart @Query('SELECT MAX(createdAt), MAX(updatedAt) from people') Future getOldestDates(); ``` generates following code in `database.g.dart` ```dart await _queryAdapter .queryNoReturn('SELECT MAX(createdAt), MAX(updatedAt) from people');...
> What about removing `?` from Future generic type? > > ```dart > @Query('SELECT COUNT(*) from Area') > Future total(); > ``` > > I suppose `COUNT(*)` always returns number...
I'm with the same problem. Add a delay doesn't feel like a good thing. Maybe it is related to what was told [here](https://github.com/hasura/graphql-engine/issues/3564)? # Update I've tried adding some delay...
Isn't that issue the same as #67?
Did you started that already?
> Any solution to this problem? I've updated `camera_awesome` to `2.3.0` and `android/app/build.gradle` `minSdkVersion` to 25, it solved the issue.