Fernando Ferrara

Results 40 comments of Fernando Ferrara

Hi @akifarhan , do you need to set the Return Type for any particular reason? Works out of the box without setting any `Type` on the declared Route. If you...

I would say that for cases like that could be better to make use of packages to group views per feature or a selected criteria. What do you think @FilledStacks...

Hi @sebastianbuechler , how are you? The thing is that you have to create the instance of the service to execute its init method. When you finish executing the init...

Hi @Kimsoer , I think this is the default behavior on Flutter, not a Stacked issue. Did you tried the same without Stacked (only Flutter code) ? When you click...

Same issue here! In the meantime, I'm using html render instead of canvas. `flutter run -d chrome --web-hostname localhost --web-port 5000 --web-renderer html`

Hi @sjimy , seems that you have an error on the code and for that reason the `test_helpers.mocks.dart `could not be generated. Fix that issue and run generate again. **Error**...

Hi @mradzinski, how are you? Which version of Stacked CLI are you using? I just created a project from scratch without any issue. Below is my development environment and the...

@graemep-nz @bizz84 I saw the same issue. Can this be resolved? Is a Flutter problem, package problem or app problem? I add a demo I recorded to show the issue...

Hi @shayant98 , you can set the type of SheetResponse when you define the completer in your Sheet class like below. ``` class ShayantSheet extends StatelessWidget { final Function(SheetResponse response)?...

Hi @scognito @coruscant187 The issue was fixed, please let us know if something doesn't work as expected. Sorry for the delay.