Skip to content

Commit

Permalink
minor dart fix, more to go
Browse files Browse the repository at this point in the history
  • Loading branch information
opxdelwin committed Nov 30, 2024
1 parent 2ecc92e commit d154180
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion client-app/lib/controllers/analytics_controller.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import 'package:firebase_analytics/firebase_analytics.dart';
import 'package:flutter/foundation.dart';
import 'package:flutter/material.dart';
import 'package:plan_sync/controllers/auth.dart';
import 'package:plan_sync/controllers/filter_controller.dart';
Expand Down
2 changes: 1 addition & 1 deletion client-app/lib/controllers/version_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class VersionController extends ChangeNotifier {
/// returns true if an ios update is available,
/// uses remote config.
Future<bool> checkIosUpdate({required BuildContext context}) async {
final latestValue = await Provider.of<RemoteConfigController>(
final latestValue = Provider.of<RemoteConfigController>(
context,
listen: false,
).latestIosVersion();
Expand Down

0 comments on commit d154180

Please sign in to comment.