Fernando Ferrara
Fernando Ferrara
Same here! I was able to reproduce a public video but not a private video despite I’m using the Personal Access Token. The Api's response from the private video doesn’t...
Hi @satnaing, what about question 1?
Hi @KhalilAmor , I will try to add nested routes documentation as soon as possible.
Hi @pieterbergmans , how are you? ```dart class SampleViewModel extends BaseViewModel { List graphs = await getGraphDataFromApi(); } ``` What is that ☝? You can't use a code like that....
This issue in general is because the `.env` file is empty. I wasted a huge amount of time until I realize this. The error should be different or should be...
@bdairy I will add this as a potencial new feature but in the meantime I think you can do something like below: **CustomFormViewModel** ```dart Future saveUser() async { if (hasEmailValidationMessage...
Are you trying to install Stacked CLI for development ?
I will review [this](https://github.com/Stacked-Org/cli#running-the-code) documentation during the week, but I'm not using the CLI that way for development. You can do the following on the root of the CLI repository:...
Hi @ZackBela, can you provide the code of `app.dart` and `stacked.json` please?
@ZackBela I was going to ask why I don't see the `test` folder in your structure. Use the advice of @KoalityJustin above.