- oops xd
This commit is contained in:
		@@ -1,4 +1,3 @@
 | 
				
			|||||||
import 'package:f0ckapp/screens/settings_screen.dart';
 | 
					 | 
				
			||||||
import 'package:flutter/material.dart';
 | 
					import 'package:flutter/material.dart';
 | 
				
			||||||
import 'package:flutter/services.dart';
 | 
					import 'package:flutter/services.dart';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,4 +1,3 @@
 | 
				
			|||||||
import 'package:f0ckapp/utils/smartrefreshindicator.dart';
 | 
					 | 
				
			||||||
import 'package:flutter/material.dart';
 | 
					import 'package:flutter/material.dart';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import 'package:get/get.dart';
 | 
					import 'package:get/get.dart';
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -18,7 +18,7 @@ Widget buildAnimatedTransition({
 | 
				
			|||||||
    switch (controller.transitionType.value) {
 | 
					    switch (controller.transitionType.value) {
 | 
				
			||||||
      case PageTransition.opacity:
 | 
					      case PageTransition.opacity:
 | 
				
			||||||
        return Opacity(
 | 
					        return Opacity(
 | 
				
			||||||
          opacity: Curves.easeOut.transform(1 - value.abs().clamp(0.0, 500.0)),
 | 
					          opacity: Curves.easeOut.transform(1 - value.abs().clamp(0.0, 40.0)),
 | 
				
			||||||
          child: Transform(transform: Matrix4.identity(), child: child),
 | 
					          child: Transform(transform: Matrix4.identity(), child: child),
 | 
				
			||||||
        );
 | 
					        );
 | 
				
			||||||
      case PageTransition.scale:
 | 
					      case PageTransition.scale:
 | 
				
			||||||
@@ -47,19 +47,5 @@ Widget buildAnimatedTransition({
 | 
				
			|||||||
          child: child,
 | 
					          child: child,
 | 
				
			||||||
        );
 | 
					        );
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
    /*int blah = 1;
 | 
					  }
 | 
				
			||||||
 | 
					  
 | 
				
			||||||
    if (blah == 0) {
 | 
					 | 
				
			||||||
      return Opacity(
 | 
					 | 
				
			||||||
        opacity: Curves.easeOut.transform(1 - value.abs().clamp(0.0, 500.0)),
 | 
					 | 
				
			||||||
        child: Transform(transform: Matrix4.identity(), child: child),
 | 
					 | 
				
			||||||
      );
 | 
					 | 
				
			||||||
    } else {
 | 
					 | 
				
			||||||
      return Transform.scale(
 | 
					 | 
				
			||||||
        scale:
 | 
					 | 
				
			||||||
            0.8 +
 | 
					 | 
				
			||||||
            Curves.easeOut.transform(1 - value.abs().clamp(0.0, 1.0)) * 0.2,
 | 
					 | 
				
			||||||
        child: child,
 | 
					 | 
				
			||||||
      );
 | 
					 | 
				
			||||||
    }*/
 | 
					 | 
				
			||||||
  }
 | 
					 | 
				
			||||||
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
 | 
				
			|||||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
 | 
					# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
 | 
				
			||||||
# In Windows, build-name is used as the major, minor, and patch parts
 | 
					# In Windows, build-name is used as the major, minor, and patch parts
 | 
				
			||||||
# of the product and file versions while build-number is used as the build suffix.
 | 
					# of the product and file versions while build-number is used as the build suffix.
 | 
				
			||||||
version: 1.3.0+56
 | 
					version: 1.3.1+57
 | 
				
			||||||
 | 
					
 | 
				
			||||||
environment:
 | 
					environment:
 | 
				
			||||||
  sdk: ^3.9.0-100.2.beta
 | 
					  sdk: ^3.9.0-100.2.beta
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user