TJonathan
TJonathan
I too would like to add my voice along with yours @Urkman . The modal animation on my app that is running on an iPhone sim on iOS14 doesn't give...
> This is working for me: > > ``` > showCupertinoModalBottomSheet( > context: context, > builder: (context) => Detail(clip), > useRootNavigator: true, > ); > ``` > > I needed...
@letsar Do you think this solution by @lukepighetti is similar enough in practicality to the _flutter_sidekick_ **SidekickTeamBuilder**. Because that implementation is just what I would need for the project I...
Just a heads up the endpoint is down again
Does anyone have a solution for this same error but on the Mac system?
I am wondering and the thought has just come to me, if this by any chance is a little complex, is it instead possible to say use a Github Action...
@eldadfux So this action will deploy a docker image to [Heroku](https://github.com/marketplace/actions/deploy-docker-image-to-heroku-app) Then among the various Github actions this is the one officially provided by the Docker [team ](https://github.com/marketplace/actions/build-and-push-docker-images)to build and...
@PedroCisnerosSantana > It was the first thing I did, but the problem is the docker, that action will only get the dockerfile and do the stuff What do you mean...
Which of the two is better, Using docker to pull the image from hub docker then running the actions to build then push to Heroku, or forking the repo and...
Well the problem now is how to pipe inputs for the config sections or auto accept the defaults in the cli?