initial commit
This commit is contained in:
8
lib/main_development.dart
Normal file
8
lib/main_development.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
import 'package:flutter_blue_plus_windows/flutter_blue_plus_windows.dart';
|
||||
import 'package:xiao_pet_tracker/app/app.dart';
|
||||
import 'package:xiao_pet_tracker/bootstrap.dart';
|
||||
|
||||
void main() {
|
||||
FlutterBluePlus.setLogLevel(LogLevel.verbose);
|
||||
bootstrap(() => const App());
|
||||
}
|
||||
Reference in New Issue
Block a user