Skip to content

Commit

Permalink
Cleanup Imports and Files
Browse files Browse the repository at this point in the history
This removes some unused files and corrects imports for the web.
  • Loading branch information
anthonycastelli committed Jun 18, 2024
1 parent 3500a69 commit c8a08d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'package:appfit/networking/properties/operating_system/operating_system_name_detector.dart'
if (dart.library.html) 'package:appfit/networking/properties/operating_system_detector_web.dart';
if (dart.library.html) 'package:appfit/networking/properties/operating_system/operating_system_name_detector_web.dart';

enum OperatingSystemName {
android('Android'),
Expand Down
12 changes: 0 additions & 12 deletions lib/networking/properties/operating_system_detector_web.dart

This file was deleted.

0 comments on commit c8a08d1

Please sign in to comment.