Niklas Raab
Niklas Raab
> We could "Normalize" the value before storing but then we lose the ability to store negative values. For example, a period of 1 day, -1 hours would be normalized...
@cicciodm Any updates on this?
@esDotDev But you still increase the size of the widget, when applying padding, right? An ideal solution increases only the tap area, not the size of the widget.
@esDotDev Thanks for the clarification, I understood your package wrong. Your package makes the widgets outside their parent clickable. Do you have an idea how your package could help in...
I have a question to this. Bought the new Mac M1 Pro, with the expectation of faster unit and widget tests, but actually the tests complete slower on the M1...
Ok two followups: - Is this the reason for the performance decrease from Intel to M1 OR is it the slower multi core speed? - When are they planning to...
This should work: ```dart @inject class FirestoreWrapper { Firestore firestore; FirestoreWrapper(this.firestore); } bind(FirestoreWrapper).toInstance(FirestoreWrapper(firestore)); ```
Add some way to go into a "normal" execution mode, and then back into being controlled by fake async
@natebosch Any update on this?
Thumbs up for `doesNotEmitFor`!