mirror of
https://github.com/twonlyapp/twonly-app.git
synced 2026-01-15 19:08:40 +00:00
11 lines
332 B
Dart
11 lines
332 B
Dart
import 'package:camera/camera.dart';
|
|
import 'package:twonly/src/database/twonly_database.dart';
|
|
import 'package:twonly/src/services/api.service.dart';
|
|
|
|
late ApiService apiService;
|
|
|
|
// uses for background notification
|
|
late TwonlyDatabase twonlyDB;
|
|
|
|
List<CameraDescription> gCameras = <CameraDescription>[];
|
|
bool gIsDemoUser = false;
|