BambinoUA

Results 47 issues of BambinoUA

I tried to use your pacakge in web app to encrypt essential data before sending to remote side but I got the exception `Uint64List is not supported in the web`....

bugfix
in progress

It seems there is a bug in `transformResponse` method of class `DefaultTransformer` (or somewhere deeper). I use external API which returns token as **JSON String**, i.e. the result is: ```dart...

It would be good to implement most used types of JOINs. As for me INNER JOIN and JOIN LATERAL are enough for start.

For debug it is good to have possibility to get the raw SQL code from instance of `Query`. It can be added to `Query` class or inside `reduce` property.

I used `Flushbar` in web app. It looks like working but... when `Flushbar` is displayed it changes Internet browser address to something like this `http://localhost/#/flushbarRoute` and does not remove it?...

I did this: ```dart Flushbar( flushbarStyle: FlushbarStyle.FLOATING ) ``` and expected to the `same behaviour` as in `SnackBar` but it still pinned to bottom. Why?

Please update dependencies.

enhancement
New issue

At compilation process I see this message: > Warning: Operand of null-aware operation '!' has type 'SchedullerBinding' which excludes null. ``` SchedullerBinding.instance!.addPostFrameCallback(...) ^ |---- Since flutter 3.0.0 instance does not...

New issue

Sometimes it is necessary to refresh the current route which has the same location (see issue #512). I tried your suggestion but it did not work for me because method...

enhancement

The case is: User is on login page and title `Login` is visible, and that is correct. After authentication user redirects to `Dashboard` page and title must be `Dasboard`. The...

bug