Dane Mackier

Results 217 comments of Dane Mackier

Probably the same but using dart code? I don't think there would be much difference. I don't know how any of that works so I won't have any input but...

Hi @warcayac Thanks for watching :) I appreciate it. My thoughts on GetX comes from some interactions with the author. He wanted to make app development easier, and that's exactly...

Hey, the named routing should be updating the url in the browser. A refresh should keep the same url and then navigate back to that page. Check if you can...

Mmmm, then I don't know. I know I fixed it in the Flutter web series, but it might have changed. If you're looking at using Flutter Web there's a lot...

Hey, I don't know. I haven't worked with the latest version of the package. Check if there's no initialisation required.

This line looks crazy ```dart isConfirmationDialog == !null? ``` I'm still using the same implementation in the stacked_services and it still works the same.

@catherinetsang I would manually do it. Put the text in a scoll view, then use the controller of that view to animate the scroll position. When it gets to the...

@omkardeshpande3194 provider was updated quite a bit after this tutorial. I think you need to set lazy false for the StreamProvider for this to work.

hi @zakaria1159 no this is the correct place 😁 The short answer it you have to listen to the document snapshot for the user, push an update over the user...

@arvind-iyer-2001 You can go through and update all the tutorials to null safe and make a PR and I'll review and merge it in.