Skip to content

Commit

Permalink
sentry dsn
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangtian616 committed Jul 16, 2022
1 parent 251d6cb commit 0cdc81c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 147 deletions.
115 changes: 0 additions & 115 deletions lib/main.dart

This file was deleted.

4 changes: 2 additions & 2 deletions lib/src/setting/path_setting.dart
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import 'package:path_provider/path_provider.dart';
class PathSetting {
static late Directory tempDir;

/// visible on ios&windows
/// visible on ios&windows&macos
static Directory? appDocDir;

/// visible on windows
Expand All @@ -28,7 +28,7 @@ class PathSetting {
if (Platform.isAndroid && externalStorageDir != null) {
return externalStorageDir!;
}
if (GetPlatform.isDesktop) {
if (GetPlatform.isWindows) {
return appSupportDir;
}
return appDocDir!;
Expand Down
2 changes: 2 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,5 @@ dev_dependencies:

flutter:
uses-material-design: true
assets:
- assets/
30 changes: 0 additions & 30 deletions test/widget_test.dart

This file was deleted.

0 comments on commit 0cdc81c

Please sign in to comment.