mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-10-31 17:06:50 +08:00 
			
		
		
		
	chore: Remove 1.8.0 deprecations (#2538)
Removes all the deprecated methods before 1.8.0 release.
This commit is contained in:
		| @ -19,18 +19,9 @@ class _Rectangle extends RectangleComponent { | ||||
|               [Colors.orange, Colors.blue], | ||||
|             ), | ||||
|           children: [ | ||||
|             SequenceEffect( | ||||
|               [ | ||||
|                 RotateEffect.by( | ||||
|                   pi * 2, | ||||
|                   LinearEffectController(.4), | ||||
|                 ), | ||||
|                 RotateEffect.by( | ||||
|                   0, | ||||
|                   LinearEffectController(.4), | ||||
|                 ), | ||||
|               ], | ||||
|               infinite: true, | ||||
|             RotateEffect.by( | ||||
|               pi * 2, | ||||
|               EffectController(duration: .4, infinite: true), | ||||
|             ), | ||||
|           ], | ||||
|         ); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Lukas Klingsbo
					Lukas Klingsbo