mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-11-04 03:54:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			206 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			206 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
import 'package:scaled_app/scaled_app.dart';
 | 
						|
 | 
						|
import 'startup/startup.dart';
 | 
						|
 | 
						|
Future<void> main() async {
 | 
						|
  ScaledWidgetsFlutterBinding.ensureInitialized(scaleFactor: (_) => 1.0);
 | 
						|
 | 
						|
  await runAppFlowy();
 | 
						|
}
 |