Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexios80 committed Jul 30, 2024
1 parent c6325ce commit 2fc83c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pub_stats/lib/service/firebase_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import 'package:firebase_app_check/firebase_app_check.dart';
import 'package:firebase_performance/firebase_performance.dart';
import 'package:firebase_database/firebase_database.dart';
import 'package:firebase_auth/firebase_auth.dart';
import 'package:pub_stats/repo/url_repo.dart';

class FirebaseService {
static final _logger = GetIt.I<Logger>();
Expand Down
2 changes: 1 addition & 1 deletion pub_stats/lib/view/screen/alerts_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class AlertsManager extends StatelessWidget {
),
barLeading: const SizedBox.shrink(),
viewLeading: const SizedBox.shrink(),
viewTrailing: [],
viewTrailing: const [],
suggestionsBuilder: (context, controller) => const [
ListTile(title: Text('".system" for system alerts')),
ListTile(
Expand Down

0 comments on commit 2fc83c0

Please sign in to comment.