chore: code format
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
parent
2b90448be8
commit
50b60e31b7
4 changed files with 6 additions and 2 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import 'dart:async';
|
||||
|
||||
import 'package:flutter/material.dart';
|
||||
|
||||
import 'bridge/location_bridge.dart';
|
||||
import 'preferences.dart';
|
||||
import 'settings_screen.dart';
|
||||
|
|
@ -198,7 +199,7 @@ class _MainScreenState extends State<MainScreen> with TickerProviderStateMixin {
|
|||
),
|
||||
const SizedBox(width: 12),
|
||||
const Text(
|
||||
'TRACCAR CLIENT',
|
||||
'TracPulse',
|
||||
style: TextStyle(
|
||||
fontFamily: 'monospace',
|
||||
fontSize: 18,
|
||||
|
|
|
|||
|
|
@ -1,9 +1,10 @@
|
|||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/services.dart';
|
||||
import 'package:permission_handler/permission_handler.dart';
|
||||
|
||||
import 'bridge/location_bridge.dart';
|
||||
import 'preferences.dart';
|
||||
import 'main_screen.dart';
|
||||
import 'preferences.dart';
|
||||
|
||||
class PermissionScreen extends StatefulWidget {
|
||||
const PermissionScreen({super.key});
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/services.dart';
|
||||
import 'package:url_launcher/url_launcher.dart';
|
||||
|
||||
import 'bridge/location_bridge.dart';
|
||||
import 'preferences.dart';
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter/services.dart';
|
||||
|
||||
import 'bridge/location_bridge.dart';
|
||||
|
||||
class StatusScreen extends StatefulWidget {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue