Devon Carew
Devon Carew
Here's my setup: - most dart code is in the `lib/` folder - a single entry-point file is in `web/` (`web/entry.dart`) - all DDC output written to `web/ddc/` - a...
Don't know if it's a goal to be dev_compiler clean (since it won't be hosted in a web page), but I encountered some issues when analyzing the dev_compiler source with...
I saw this when running dev_compiler on it's own source: ``` severe: [AnalyzerMessage] The getter 'evaluationResult' is not defined for the class 'ElementAnnotation' (lib/src/utils.dart, line 344, col 31) severe: [AnalyzerMessage]...
Is this package and tool still used? I see it hasn't been migrated to null safety, and it doesn't look like there's been much activity in this repo lately. cc...
The two test files: ``` test/src/data/expected_identical.dartt test/src/data/expected_nonidentical.dartt ``` are used in the test `test/src/client_generator_test.dart`, and it's not totally clear how to re-gen them so the test passes after the generator...
The den_api package has some the read, modify, and write out a pubspec file safely - preserving comments and other info (I believe). It would address this comment: https://github.com/dart-lang/discoveryapis_generator/blob/master/bin/generate.dart#L48. https://github.com/seaneagan/den_api
Hi - I have some general questions about this repo. My understanding was that it was a proof-of-concept for pulling much of `dart:io` out into regular dart code - potentially...
The repo name is `route.dart` (and the readme.md has it as `Route`); the published package name is `route_hierarchical`. You might want to rename the repo to `route_hierarchical.dart` or `route_hierarchical` (github...
- refactor a sample off a deprecated API --- - [x] I’ve reviewed the contributor guide and applied the relevant portions to this PR. Contribution guidelines: - See our [contributor...
We should audit the flutter code to make sure we're following best-practices for shortcuts and actions: https://docs.flutter.dev/ui/interactivity/actions-and-shortcuts.