Brady Trainor
Brady Trainor
I haven't been able to think of a simple solution. Here's some of what I've considered: - When string is empty, replace `enter` button with `cancel` button. - This seems...
Your examples are approximately what's going on. It's a try catch block in the UI code, the Task constructor calls validation methods that can throw exceptions, the UI code catches...
@jmagman that example in the flutter integration tests is the best I've found, after a lot of time spent trying various documentation, blog articles, code examples, etc. I tried to...
Here's what seemed to work for me: 1. Replace my own `ios/` directory with the same from . 2. Use tools to replace "free app", "free_app", "free" (ignoring case), in...
I wasn't satisfied with making small edits to the current state of the integration-test-as-example. I used `git filter-repo` to extract that directory, if I limit history to match on ios...
I've created a repo at https://github.com/bradyt/flutter-flavor-reproduce-steps/, and pushed at tag `0.0.0`, for the steps I describe above. Each step or steps of the README correspond with a commit in the...
I think I got it, I right click in the navigation pane to add a file, select Property List, click on files to rename, and use "open as source code"...
I've had difficulty with every approach linked from the website. I'm guessing those blog articles are easier to follow if you already know what to do. Perhaps I was a...
That seems easy enough, I'll try to get to this soon.
I'm not really sure what to do about that. The issue on my end is basically deliberate. I was aware of the issue at the tools page, but preferred wherever...