mentoc3000

Results 10 comments of mentoc3000

I did, it wasn't there. Even when running that executable it did not appear.

I was able to get this example to run using the Diagrams backend instead of Cairo, building an svg.

I've had the same issue. After making changes to the schema, stack template, and resolvers, one of the endpoints would not attach to the resolver. All of the files were...

Same issue for me. Here is the output I get: ``` [✓] Flutter (Channel stable, v1.12.13+hotfix.9, on Mac OS X 10.15.4 19E287, locale en-US) • Flutter version 1.12.13+hotfix.9 at /Users/jpsheehan/Development/flutter...

I resolved this by changing the configuration file to the example included in the pubspec page, as suggested in #176. ``` devices: ios: iPhone XS Max: iPhone 11 Pro: frame:...

I was able to resolve this issue by running `xcrun simctl delete unavailable` to remove those unavailable devices from the list.

I have been able to load the font but see no way to actually set the weight apart from the levels defined by `FontWeight`. For instance, I can't set the...

Is the icon too small? It looks smaller than in [the system-provided buttons](https://developer.apple.com/design/human-interface-guidelines/sign-in-with-apple/overview/buttons/#creating-a-custom-sign-in-with-apple-button).

I agree on all points. I've run into the same issues this week. I finally got it working with the following structure: ``` ├── android │ ├── fastlane │ │...