Bubbles icon indicating copy to clipboard operation
Bubbles copied to clipboard

A simple particle generator sample written in Flutter

Results 2 Bubbles issues
Sort by recently updated
recently updated
newest added

There is a problem with the collisions at the edges. It comes from a radians/degrees problem ? Here is a fix: ``` dart randomlyChangeDirectionIfEdgeReached(Size canvasSize) { if (x > canvasSize.width...

Debug Console: ``` The method '-' was called on null. Receiver: null Tried calling: -(0.9817616700677142) ```