Lucas Oliveira
Lucas Oliveira
Estamos trabalhando nos bugs apontados por vocês, obrigado pela colaboração 😁
I can make a snapshot of a Alert using this code below, propably it'll work to sheets @looneytsci ```swift extension Snapshotting where Value: UIViewController, Format == UIImage { public static...
This happens because `Inkwell` creates the animation behind the container decoration, and in short, what we've been doing with attributes is joining all of them and creating a `BoxDecoration`. Therefore,...
@jakemac53, Thank you for the answer! Currently, for each attribute, we need to create those 3 classes, so my idea with the macros features is to generate them from a...
Sorry, I didn't give you the context. Our package is to help Flutter Developers stylize their Widgets, and `attributes` are how we named the methods that can apply style to...
It is the class `Attribute`. Each attribute can be applied as a Style for our own Widgets, and then they can be resolved in the `Spec`.
Introducing `_beforeCode` and `_afterCode` observers to Dart would align it more closely with Swift’s capabilities, particularly when considering the potential addition of property wrappers. In Swift, property wrappers allow for...
Mix has been updated a lot and this issue specifically is outdated. Nowadays, you can create animation with a new kind of `Style`, the `AnimatedStyle`, which can be animated. Reproducing...
An interesting thing about this issue is that we need to create a decorator to create a reusable animation, and in the current version we can merge Style and in...
@leoafarias I looked over the Melos documentation searching for a way to add a pre-commit hook. Unfortunately, it's not available at the moment. Anyway, Melos is still useful for creating...