mirror of
				https://github.com/AppFlowy-IO/AppFlowy.git
				synced 2025-11-03 19:43:52 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			238 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			238 B
		
	
	
	
		
			Dart
		
	
	
	
	
	
import 'package:appflowy/startup/entry_point.dart';
 | 
						|
import 'package:flutter/material.dart';
 | 
						|
 | 
						|
import 'startup/startup.dart';
 | 
						|
 | 
						|
Future<void> main() async {
 | 
						|
  WidgetsFlutterBinding.ensureInitialized();
 | 
						|
 | 
						|
  await FlowyRunner.run(FlowyApp());
 | 
						|
}
 |