Skip to content

Commit

Permalink
Merge pull request #467 from Henrikkee/fix/redo-exports
Browse files Browse the repository at this point in the history
fix: re-added exports for Android and iOS services.
  • Loading branch information
ekasetiawans authored Aug 25, 2024
2 parents 603a745 + 4513390 commit df64284
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ import 'package:flutter_background_service_platform_interface/flutter_background
export 'package:flutter_background_service_platform_interface/flutter_background_service_platform_interface.dart'
show IosConfiguration, AndroidConfiguration, ServiceInstance, AndroidForegroundType;

export 'package:flutter_background_service_android/flutter_background_service_android.dart';
export 'package:flutter_background_service_ios/flutter_background_service_ios.dart';

class FlutterBackgroundService implements Observable {
FlutterBackgroundServicePlatform get _platform =>
FlutterBackgroundServicePlatform.instance;
Expand Down

0 comments on commit df64284

Please sign in to comment.