Skip to content

Instantly share code, notes, and snippets.

@av
Created October 31, 2019 12:32
Show Gist options
  • Save av/94b73a973746fc2f205a0d1a41fb2e54 to your computer and use it in GitHub Desktop.
Save av/94b73a973746fc2f205a0d1a41fb2e54 to your computer and use it in GitHub Desktop.
Flutter: sample particle benchmark
particle: ParticleGenerator(
2000,
(i) => Aligned(
alignment: Randoms.alignment(),
child: MovingParticle(
from: Offset.zero,
to: Randoms.offsetFromSize(const Size(100, 100)),
child: Circle(),
),
),
),
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment