Fernando Ferrara

Results 40 comments of Fernando Ferrara

Hi @MacMeissner , how are you? Sorry for the late response, we were busy with some projects. As you can see on the [documentation](https://stacked.filledstacks.com/docs/tooling/stacked-cli/#config), `locator_name` is used when creating a...

Hi @MDSADABWASIM , can you show me your `test_helpers.dart` file please?

Hi @MDSADABWASIM , I was able to reproduce the issue, I will fix it as soon as possible. In the meantime, a workaround is to follow this steps on test_helpers.dart:...

Hi @eb-so ! I like the idea, let's wait and see what @FilledStacks thinks.

@designstyles I just tested and I didn't find any issue. Try to update Flutter to latest stable version. ``` Doctor summary (to see all details, run flutter doctor -v): [✓]...

Hi @bdairy , how are you? What is the code below 👇 ? `tr` function 😲 ? ```dart getTabName(int index) { return tr('${tabs[index]['name']}'); } ``` **IMPORTANT** You are using UI...

@bdairy you can do something like below to solve your problem. **PageTransition** ```dart class PageTransition extends StatelessWidget { const PageTransition({ Key? key, required this.child, required this.reverse, }) : super(key: key);...

No problem, glad to hear it worked. Under the hood is the same, we just changed some styling methods and names because we think it's more comfortable and readable. It...

@miroirstudiosrl a new version of stacked_generator was released, 1.5.0. Can u update the package and see if the issue is fixed?

@FilledStacks yeah, maybe `-p` has more sense. It was `-c` because it overrides the custom config path. I add this to the list of tasks. **TASK** Replace the -c argument...