one_time_executor 0.0.1
one_time_executor: ^0.0.1 copied to clipboard
패키지는 사용자가 특정 작업을 앱 라이프사이클 중 한 번만 실행하도록 보장하는 기능을 제공합니다.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add one_time_executor
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
one_time_executor: ^0.0.1
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:one_time_executor/one_time_executor.dart';