Releases: OpenFlutter/flutter_oktoast 
  
  Releases · OpenFlutter/flutter_oktoast
      
  3.4.0 
  
    
  
      
        17 Nov 07:35
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
   
   
  
  3.3.2+1 
  
    
  
      
        17 Oct 10:19
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
   
   
  
  3.3.2 
  
    
  
      
        21 Aug 02:12
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        What's Changed 
Fix position offset do not work when movingOnWindowChange is false by @lzw-all-in  in #100  
 
New Contributors 
Full Changelog : 3.3.1...3.3.2 
 
  
  
   
   
  
  3.3.1 
  
    
  
      
        27 Sep 03:41
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        What's Changed 
Replace debugDoingBuild flag with SchedulerPhase by @fengmlo  in #97  
 
New Contributors 
Full Changelog : 3.3.0...3.3.1 
 
  
  
   
   
  
  3.3.0 
  
    
  
      
        07 Sep 07:28
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
   
   
  
  3.2.0 
  
    
  
      
        12 May 14:59
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        What's Changed 
Migrate to Flutter 3, drop supports for previous Flutter versions.
Remove deprecated Miui10AnimBuilder. 
 
Full Changelog : 3.1.5...3.2.0 
 
  
  
   
   
  
  3.1.5 
  
    
  
      
        05 Nov 09:36
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        What's Changed 
_ToastContainer -> ToastContainer.Add tests. 
 
Full Changelog : 3.1.4...3.1.5 
 
  
  
   
   
  
  3.1.4 
  
    
  
      
        03 Nov 05:57
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        What's Changed 
Fix dismiss is invalid when called synchronously by @AlexV525  in #88  
Deprecated inner Miui10AnimBuilder. 
 
Full Changelog : 3.1.3...3.1.4 
 
  
  
   
   
  
  3.1.3+1 
  
    
  
      
        18 Sep 02:11
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Quick fix for the _throwIfNoContext. 
  
  
  
   
   
  
  3.1.3 
  
    
  
      
        17 Sep 13:52
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        
Throw a more precise error if the OKToast widget is not wrapped correctly. 
Bind ToastFuture with OverlayEntry mounted state.