Skip to content

Commit c2c772e

Browse files
committed
Fixed init Logger
1 parent 88e38ce commit c2c772e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/main.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ import 'package:timeago/timeago.dart' as timeago;
1515
void main() async {
1616
WidgetsFlutterBinding.ensureInitialized();
1717

18+
// Crashlytics
19+
await Logger.init();
20+
1821
// DB
1922
final database = await AppDatabase.build();
2023
final fileManager = FileManagerImpl();
@@ -27,9 +30,6 @@ void main() async {
2730
// Fonts
2831
GoogleFonts.config.allowRuntimeFetching = false;
2932

30-
// Crashlytics
31-
await Logger.init();
32-
3333
runApp(SlideMixApp(
3434
appDatabase: database,
3535
fileManager: fileManager,

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1818
# In Windows, build-name is used as the major, minor, and patch parts
1919
# of the product and file versions while build-number is used as the build suffix.
20-
version: 1.1.5+10105
20+
version: 1.1.6+10106
2121

2222
environment:
2323
sdk: '>=3.0.0 <4.0.0'

0 commit comments

Comments
 (0)