Felix Angelov

Results 53 issues of 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...

a.libraries
p3-low
act.wait-for-customer
e1-hours
st.triage.ltw

`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...

type-bug

**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...

enhancement

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.

enhancement

Developers should be able to mark classes that extend other classes as a data class.

enhancement

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...

tech debt

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) {...

enhancement

**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...

enhancement
package_code_push