Roberto Rocha

Results 13 issues of Roberto Rocha

Hi, Possibility to define where type keyboard in password field? for example: just numeric? just alphanumeric? thanks.

enhancement

Hi, Is it possible to focus field when the user tap on the label field? currently the field focus is only activated when the user taps the textfield editing area....

is it possible to add switch card with 3 options? I didn't find any plugin in Flutter with this beautiful UI ![Capturar](https://user-images.githubusercontent.com/30963205/113777806-fb313680-9701-11eb-9427-09b106b4d0e5.PNG) [switch with 3 states javascript exemple](https://www.jqueryscript.net/form/jQuery-Plugin-For-Tri-state-Toggle-Switch-Candlestick.html)

enhancement

Hi, it is possible to add tooltip to all cards? With the development for multiple platforms this feature becomes interesting. thanks

enhancement

HI, is it possible to add "label unit" in CardSettingsNumberPicker()? thanks.

enhancement

Hi, is it possible to put a parameter to center the image when there is no label and icon? I tried to calculate withlabel, but it didn't work. Is it...

enhancement

Hi, Is there any intention or forecast for updating to null safety? thanks

Hi, How can I get a list of text errors from all fields when submit and the form is not valid? I would like to show theses errors in another...

enhancement

Hi, After upgrade flutter to 3.0.1 I have had these warnings. ``` ../../AppData/Roaming/Pub/Cache/hosted/pub.dartlang.org/flare_flutter-3.0.2/lib/flare_render_box.dart:167:26: Warning: Operand of null-aware operation '?.' has type 'SchedulerBinding' which excludes null. - 'SchedulerBinding' is from 'package:flutter/src/scheduler/binding.dart'...

Hi, Could you update your project to accept the new version of the flutter? your plugin is the only one I found to create a mask on a string. The...