Felix Angelov
Felix Angelov
Can you please clarify what is meant by: > Note: You may have heard of the part directive, which allows you to split a library into multiple Dart files. We...
`pana .` reports that `dart pub outdated` failed but running `dart pub outdated` succeeds with no errors. The error `pana` reports also seems incorrect because `every version of mason_api depends...
**Description** It'd be nice to revert back to the original `copyWith` API (no lambdas) but be able to maintain the ability to copyWith null values. **Desired API** ```dart @Data() class...
Currently just using deep collection equality which isn't very performant and can be improved significantly. Also would be nice to share code with `package:equatable` here.
Developers should be able to mark classes that extend other classes as a data class.
Shorebird should support publishing patches for desktop operating systems.
**Description** Currently, in order to use a local instance of the artifact proxy, we need to manually change two places: 1. `shorebird/third_party/flutter/bin/internal/shared.sh` ```diff # Either clones or pulls the Shorebird...
Something like this imagined Dart? ```dart var updater = Updater(); var update = updater.checkForUpdate(); // Show user dialog about the update, including size, etc. updater.beginDownload(update); updater.statusCallback = function (updater) {...
**Description** As a customer, I want to be able to use `pkg:shorebird_code_push` to determine whether the app running on a users' device is the latest published release so that in...