mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
b6debd6c71
Co-authored-by: Mathias Mogensen <mathiasrieckm@gmail.com>
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();
|
|
}
|