ramsestom

Results 28 issues of ramsestom

Curently the floor generator enforce the TypeConverter instances to **inherit** the TypeConverter abstract class. It would make more sense to only requiere TypeConverter instances to **implement** the TypeConverter interface (like...

feature
priority: low

When trying to open a database with wrong password, the app crash on the following exception: > Exception has occurred. > SqfliteDatabaseException (DatabaseException(file is not a database: , while compiling:...

bug

Hi. Do you know if there is any possibility with oimo to create a complex meshimpostor. I know that oimo.js, unlike canon.js, do not currently directly support meshimpostor. But maybe...

setting a 1hour initial duration with: `initialTime: Duration(minutes: 60),` as soon as the user start moving the dot, this value becomes 2h

I found a rather annoying bug with SmoothDivScroll. When it starts, it put some unwanted margin between slides (this space dissapear if you scroll a bit). The problem is that,...

I am testing on an android device (redmi 3 with android 5.1.1 and Google play service installed) and I defined a google api key (server key) but I always receive...

I use the `isNull()` (https://pub.dev/documentation/validators/latest/validators/isNull.html) function quite often but I find its name misleading. Could you create an `isNullOrEmpty()` alias function (so that it doesn't break backward compatibility for people...

How can I request a new Tor circuit (to change my output IP) from a started TorClient? I do not found any documentation to help... Thanks

I am trying to migrate a (large) flutter app to null sound safety and I encountered an issue on some functions where the dart control flow analyzer is complaining if...