Skip to content

Commit

Permalink
remove app badge 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Codel1417 committed Apr 3, 2024
1 parent 091b134 commit cf3481a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import 'package:feedback_sentry/feedback_sentry.dart';
import 'package:flex_color_scheme/flex_color_scheme.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:flutter_app_badger/flutter_app_badger.dart';
import 'package:flutter_gen/gen_l10n/app_localizations.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:hive_flutter/adapters.dart';
Expand Down Expand Up @@ -91,7 +90,6 @@ Future<void> main() async {
await SentryHive.openBox<MoveList>('sequences');
await SentryHive.openBox<BaseStoredDevice>('devices');
initDio();
FlutterAppBadger.removeBadge();
await SentryFlutter.init(
(options) async {
options.dsn = 'https://[email protected]/3';
Expand Down

0 comments on commit cf3481a

Please sign in to comment.