Rody Davis

Results 417 comments of Rody Davis

It maybe because for a millisecond the user object is null when going to the login screen On Tue, Apr 2, 2019 at 11:47 AM Marius Räsener wrote: > Hey,...

I prefer to hide the banner, is there another reason for this change?

Ok I’ll see if I can fix the plugin it uses. On Sat, Apr 27, 2019 at 8:53 AM tstkenny wrote: > The package runs normally during first start. Once...

You are welcome to make a PR to support it, it would be done in the model!

Definitely something I’ll keep in mind. I was using the standard git ignore for dart. On Wed, Mar 13, 2019 at 5:13 AM Nick Morhun wrote: > After building the...

There are two modes, CardSettings, and CardSettings.sectioned, which one are you using? Could you provide some example code? Is text input action not available?

Definitely doable, what kind of picker are you looking for? Just an address auto complete like the google places api? https://pub.dartlang.org/packages/flutter_google_places_autocomplete

instead of: ``` dart // STARTER: import - do not remove comment import 'package:my-project/ui/contacts/contacts_screen.dart'; import 'package:my-project/ui/contacts/edit/contacts_edit_vm.dart'; import 'package:my-project/ui/contacts/view/contacts_view_vm.dart'; import 'package:my-project/redux/contacts/contacts_actions.dart'; import 'package:my-project/redux/contacts/contacts_middleware.dart'; ``` use: ``` dart // STARTER: import -...

Sounds good. As a final result, it is really helpful to copy files between projects. But performance may need to be more important here.