Eric Seidel
Eric Seidel
I meant to file this a few weeks ago, sorry. ```dart import 'package:mocktail/mocktail.dart'; import 'package:test/test.dart'; class One { final Two two = Two(); } class Two { final String three...
Would be nice to have an option to allow `very_good` to continue after first failure. I love being able to use it to fetch all packages but sometimes there are...
dart-lang/sdk#43763 is supposedly hard to fix in the language, but is a common gotcha when dealing with sortedBy, so the least we can do is at least alert users and...
Named Required Parameters are expected to be passed as optionalParameters I had initially written my code to pass required named parameters into the requiredParameters array, that appears to be wrong....
AFAICT, the shortest way to add (foo) to your parameter list is `Parameter((b) => b..name = 'foo'`, feels like there could be something shorter? Maybe there is an I just...
Added package:lints/recommended and fixed all the lint warnings. API BREAK: EventSourceReadyState values are now camelCase instead of SCREAMING_CAPS. This was almost entirely automated. I just pulled down the package, added...
https://shorebird.dev/ is a code-push solution for Flutter. We publish our own fork of Flutter which customers use to build their app. Our fork only (currently) contains release flavors of the...
when i run `shorebird release android --flutter-version 3.19.6` while output ``` Failed to build: The current Flutter SDK version is 3.14.0-9.0.pre.2302. Because my_app depends on flutter_markdown >=0.6.20 which requires Flutter...
``` eseidel@erics-mbp % ../_shorebird/shorebird/bin/shorebird init ✗ Detecting product flavors (2.1s) Unable to extract product flavors. Could not find android/gradlew. Make sure you have run "flutter build apk" at least once....
e.g. moving from 0.0.4 to 0.0.5 just printed: ``` eseidel@Erics-MacBook-Pro build_engine % shorebird upgrade ✓ Checked for updates (0.5s) ✓ Updated successfully. (19ms) ``` But it should also tell me...