Bernardo Ferrari

Results 42 issues of Bernardo Ferrari

One of the animations is not disappearing. https://user-images.githubusercontent.com/351125/191164804-9f1e4c49-3fe5-416a-b6f0-a662b3bde66f.mov

bug

## prefer_any ## Description ```dart bool isTwo = false; for (final String child in [1, 2, 3, 4]) { if (child.toString() == "2") { isTwo = true; break; } }...

lint proposal
status: pending
P4

~~Using the same priority order as a Border without borderRadius, it is possible to draw them on top of each other. This is better than the current behavior (crash!) and...

framework

What if we changed `print` to work like [`Object.hash`](https://github.com/dart-lang/sdk/blob/1278bd5adb6a857580f137e47bc521976222f7b9/sdk/lib/core/object.dart#L182)? Instead of ```dart /// Prints a string representation of the object to the console. void print(Object? object) { String line =...

area-library
library-core
type-enhancement

# Bug report ## Packages affected - [x] sandpack-react SandpackPreview doesn't work anymore, keeps loading forever. On NextJS 13.4.10 it worked fine. ![image](https://github.com/codesandbox/sandpack/assets/351125/094ede60-43b7-4106-94bc-0e210d72ac7a) | Software | Name/Version | | -----------------------...

bug
triage

Dart could have a similar TS feature: https://github.com/microsoft/TypeScript/pull/56908

feature

### Package - [X] lucide ### Version 0.289.1 ### Browser - [X] Other/not relevant ### Operating system - [X] Other/not relevant ### Description The bounds make play button uncentered. Phospor...

🐛 bug
Stale

Fix https://github.com/lucide-icons/lucide/issues/1832 Lucide (black) vs Phosphor (red) now: ![image](https://github.com/lucide-icons/lucide/assets/351125/760ec321-bb60-41b6-ac3a-f7722d7fc8a2) ## What is the purpose of this pull request? - [ ] New Icon - [x] Bug fix - [ ]...

🎨 icon

### Package version _No response_ ### Flutter version _No response_ ### Steps to reproduce https://github.com/conceptadev/mix/assets/351125/07f5d6f5-bb89-4239-a481-c67c24640ef9 ### Expected results I expect margin to not be included in the GestureListener, just like...

enhancement

The trailing icon becomes darker when clicked. On macOS it becomes lighter. Dragging the trailing icon doesn't drag the toolbar on macOS. Double clicking the trailing icon doesn't minimize the...

bug