mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 11:36:24 +00:00
Code Cleanup (#312)
* Open email and telephone links for company * Cleanup imports
This commit is contained in:
parent
946abb60a0
commit
164295c3e2
10 changed files with 74 additions and 56 deletions
|
|
@ -1,11 +1,11 @@
|
|||
import "dart:io";
|
||||
|
||||
import "package:device_info_plus/device_info_plus.dart";
|
||||
import "package:inventree/preferences.dart";
|
||||
import "package:package_info_plus/package_info_plus.dart";
|
||||
import "package:sentry_flutter/sentry_flutter.dart";
|
||||
|
||||
import "package:inventree/api.dart";
|
||||
import "package:inventree/preferences.dart";
|
||||
|
||||
Future<Map<String, dynamic>> getDeviceInfo() async {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue