Brett Morgan

Results 72 issues of Brett Morgan

`dart-services` no longer supports AppEngine as a deployment target

I have a OpenAPI spec that includes the following component that confuses the `openapi_generator` to no end: ```json "ValidationError": { "title": "ValidationError", "required": [ "loc", "msg", "type" ], "type": "object",...

Putting the API specification in a Dart 2.17 project with super parameters leads to a cranky analyser.

Hey guys, I see on [line 22 of ESCObservable.podspec.json](https://github.com/CocoaPods/Specs/blob/master/Specs/ESCObservable/1.0.3/ESCObservable.podspec.json#L22) that you add the `-load_all` linker flag. This is breaking a GoogleMaps integration [Google Maps SDK for iOS bug #8291](https://code.google.com/p/gmaps-api-issues/issues/detail?id=8291). Can...

Any chance of a license declaration on this code? Thanks!

**Description** `slide_puzzle` doesn't compile. **Steps To Reproduce** ```console $ flutter run -d chrome Launching lib/main.dart on Chrome in debug mode... ../../../flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-2.0.7/lib/url_launcher_web.dart:50:61: Error: No named parameter with the name 'isVisible'. .registerViewFactory(linkViewType,...

bug

Code: https://github.com/domesticmouse/codelabs/tree/ffigen-step07/ffigen_codelab/step_07 To be published as https://github.com/flutter/codelabs/tree/main/ffigen_codelab/step_07 once https://github.com/flutter/codelabs/pull/1201 lands Entering some text then backspacing causes the following error after a couple of edits: ```console Launching lib\main.dart on Windows in...

a: text input
severe: crash
framework
platform-windows

## Use case I have a Flutter desktop app with a full bleed `TextField` with infinite `maxLine` contraint. The text comes too close to the edges of the window, and...

a: text input
new feature
framework
f: material design
proposal