b173697bfb 
					 
					
						
						
							
							docs: Deprecate TapDetector in favour of TapCallbacks ( #2886 )  
						
						... 
						
						
						
						Deprecate `TapDetector` in favour of `TapCallbacks` 
						
						
					 
					
						2025-10-02 20:21:05 +00:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b79fee0ae2 
					 
					
						
						
							
							chore: Update min Dart constraint to 3.8 ( #3676 )  
						
						... 
						
						
						
						Update min Dart constraint to 3.8, which will enable us to use the
fancier collection literals.
This requires bumping the min Flutter version as well:
<img width="1892" height="1122" alt="image"
src="https://github.com/user-attachments/assets/7c7b07fc-4d96-4987-824d-9a7133ecfb85 "
/> 
						
						
					 
					
						2025-08-10 12:42:31 -04:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b283b82f6c 
					 
					
						
						
							
							refactor: Modernize switch; use switch-expressions and no break; ( #3133 )  
						
						... 
						
						
						
						Replaces the switch cases that can be replaces with switch expressions
and removes `break;` where it isn't needed.
https://dart.dev/language/branches#switch-statements  
						
						
					 
					
						2024-04-18 23:41:08 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						5b67b8f14a 
					 
					
						
						
							
							fix: Remove deprecations for 1.10.0 ( #2809 )  
						
						... 
						
						
						
						Removed deprecations for 1.10.0 and fixes some small unreleased regressions found when going through the examples. 
						
						
					 
					
						2023-10-11 15:57:25 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						71f7b475e3 
					 
					
						
						
							
							refactor: Mark semantically final variables as final (or const) proper [DCM] ( #2783 )  
						
						... 
						
						
						
						I was playing around with the rule avoid-global-state
While I don't think we should enable it, because we do have several totally legitimate cases of what the rule considers global state, it did help me find any current cases where the things just should be final constants.
So this PR will mark semantically final variables as final (or const) proper, exclusively on examples (no violations on actual src code are legit). 
						
						
					 
					
						2023-10-02 09:45:42 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						83f5ea45dc 
					 
					
						
						
							
							feat: SpawnComponent ( #2709 )  
						
						... 
						
						
						
						This PR introduces the `SpawnComponent`, which randomly spawns
components within a set area. 
						
						
					 
					
						2023-09-10 17:55:30 +02:00