Skip to content

Commit

Permalink
Merge pull request #97 from t-unit/main
Browse files Browse the repository at this point in the history
Update flutter_fgbg to 0.6.0
  • Loading branch information
MichaelGHSeg authored Sep 30, 2024
2 parents 4903c25 + ec38131 commit efcdf9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/lib/utils/lifecycle/fgbg.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'package:segment_analytics/utils/lifecycle/lifecycle.dart';
import 'package:flutter_fgbg/flutter_fgbg.dart';

class FGBGLifecycle extends LifeCycle {
final _stream = FGBGEvents.stream;
final _stream = FGBGEvents.instance.stream;

@override
StreamSubscription<AppStatus> listen(void Function(AppStatus event)? onData,
Expand Down
2 changes: 1 addition & 1 deletion packages/core/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
http: ">=0.13.6 <2.0.0"
logger: ^2.0.2+1
path_provider: ^2.0.12
flutter_fgbg: ^0.3.0
flutter_fgbg: ^0.6.0
shared_preferences: ^2.2.2
web: ^0.5.1

Expand Down

0 comments on commit efcdf9c

Please sign in to comment.