Diego Velásquez

Results 119 comments of Diego Velásquez

are you sure you are using the latest version? can you check the pubspec.lock file ?

Not yet, sorry about that. On Fri, Aug 21, 2020, 3:46 PM Oleg wrote: > @diegoveloper , I could give it a shot, > but all the changes are in...

`bottom: false`, on `SafeArea` will fix the issue. ```dart SafeArea( bottom: false, child: KeyboardActions( config: KeyboardActionsConfig( ```

sorry, can you add a minimum code sample to reproduce the issue?

any news about this? A workaround could be detecting the theme mode of the OS config and then if it's dark (only iOS) use a dark background for the textfield.

Nice package !!, any update about this ? It's an interesting feature

It's look like a dev fixed the issue but it wasn't merged, try using in this way : ``` esys_flutter_share: git: url: https://github.com/neckaros/esys-flutter-share ```

Well, it has some bugs for iPhone now so I ended up forking the project and apply my own changes: ``` esys_flutter_share: git: url: https://github.com/aeyrium/esys-flutter-share ```