cedvdb

Results 85 issues of cedvdb

Originally in sdk repository https://github.com/dart-lang/sdk/issues/34176 ``` abstract class Executor { O execute(I input); } void main() { final exe = SomeExecutor(); final result = someExecutor.execute(null); } ``` It is much...

feature

## name *avoid_clashing_argument_names* I don't know really. ## Description an argument at position i has the same name signature as a parameter at a position that is not i ##...

lint proposal
status: pending
P4

- `whereIn`, `whereNotIn`, eg: `currentPictures.whereNot(removedPictures.contain)` vs `currentPictures.whereNotIn(removedPictures)` - `whereEqual`, `whereNotEqual` eg: `currentMedias.whereNot((media) => media == removedMedia)` vs `currentMedias.whereNotEqual(removedMedia)` Just a suggestion to improve readability, especially for the first one. Those...

changed the getter into a function with name `fetchDeviceId` https://dart.dev/guides/language/effective-dart/design#avoid-starting-a-method-name-with-get

When the system font size has been increased, the title is cut off in a `SliverAppBar.medium`, similar to this issue: https://github.com/flutter/flutter/issues/104493 # repro - Run the sliver app bar medium...

framework
f: material design
f: scrolling
has reproducible steps
found in release: 3.3
found in release: 3.5

As per the documentation: > So when there is an env variable `FIREBASE_AUTH_EMULATOR_HOST="127.0.0.1:9099"` firebase admin is supposed to give unsigned tokens via the emulator, which it does not: The following:...

api: auth

Problem: Making a wrapper class where types can be inferred is not possible. Goal: ```ts onDocumentUpdated( // note the modified declaration below `${Col.payments}/{paymentID}`, handlers.authorizePayment, ); ``` with changes to the...

It seems weird that an update event could contain nothing, if that's the case an update event did not occur, did it ? ```ts // firestore.d.ts export declare function onDocumentUpdated(document:...

The circle mask should be removed because some renderers do not play well with it. It would also allow people to play with the border radius more easily. There is...

### Is there an existing feature request for this? - [X] I have searched the existing issues. ### Command melos bs --fail-fast ### Description fail-fast on bootstrap would ensure pub...

type: accepted
feature request