Eric Seidel
Eric Seidel
`apm init --verbose --package language-gn --convert https://github.com/eseidelGoogle/gn_sublime` The package seems to be a valid .tmLanguage: https://github.com/eseidelGoogle/gn_sublime But the converter fails silently. It produces a new atom package, but doesn't have...
I caught/flipped the ball very late and it ejected below the bottom of the board (to the bottom-left) the game was at this point stuck. Shortly after the board changed...
Page URL: https://flutter.dev/docs/deployment/flavors.html Page source: https://github.com/flutter/website/tree/master/src/docs/deployment/flavors.md Description of issue: We've received feedback that the linked tutorials are out of date (at least for iOS): https://twitter.com/inryaa/status/1147263187726884865 Suggestion #1. Flavouring iOS seems...
Right now to actually get to a library root page you need to know dartdocs pattern of doing name-library.html: https://docs.flutter.io/flutter/dart-async/dart-async-library.html https://docs.flutter.io/flutter/dart-async/ would just get you a 404. Obviously we could...
`du` on Mac doesn't support the -b option, so instead you can do: `du -a /some/path | awk '{print $1*512 "\t" $2}' | node cli.js -o out.html`
Sometime in the next ~6 months or so I suspect we're going to need this as larger apps start to ship with Flutter. The advantages of using OEM string files...
e.g. https://codelabs.developers.google.com/codelabs/android-music-player/index.html except in Flutter. This came up from discussions with a customer. FYI @bkonyi @RedBrogdon
_This is currently not on Flutter's roadmap, for reasons discussed in these comments: https://github.com/flutter/flutter/issues/14330#issuecomment-1279484739, https://github.com/flutter/flutter/issues/14330#issuecomment-485565194_ _Code push for Flutter is available as a third-party product from shorebird.dev, as discussed in...