flutter_vignettes icon indicating copy to clipboard operation
flutter_vignettes copied to clipboard

A collection of fun Flutter experiments, created by gskinner, in partnership with Google.

Results 5 flutter_vignettes issues
Sort by recently updated
recently updated
newest added

When using impeller rendering engine with the "Sparkle Party" vignette many of the particles are squares when they should be sparkles. This vignette uses the `ImageShader` and `drawVertices` method backed...

Some of the widget code is quite hard to understant, see GameScore._buildTeamScores for example.

For validation and progress code is overly engineered and not easy to follow, dips into dynamic typing as well which is a bit messy.

```dart The following assertion was thrown while applying parent data.: Incorrect use of ParentDataWidget. The ParentDataWidget Positioned(left: 0.0, width: 991.0, height: 1032.0) wants to apply ParentData of type StackParentData to...