You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.2 KiB

2 years ago
name: flutter_background_service
description: A flutter plugin for executing dart code continously even application closed.
version: 2.1.3
repository: https://github.com/ekasetiawans/flutter_background_service
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=2.0.0"
dependencies:
flutter:
sdk: flutter
flutter_background_service_platform_interface: ^2.0.0
flutter_background_service_android:
git:
url: https://git.oa00.com/austin_dai/flutter_background_service_android.git
flutter_background_service_ios: ^2.1.0
dev_dependencies:
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# This section identifies this Flutter project as a plugin project.
# The 'pluginClass' and Android 'package' identifiers should not ordinarily
# be modified. They are used by the tooling to maintain consistency when
# adding or updating assets for this project.
plugin:
platforms:
android:
default_package: flutter_background_service_android
ios:
default_package: flutter_background_service_ios