one_time_executor 0.0.1 copy "one_time_executor: ^0.0.1" to clipboard
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';
1
likes
145
points
57
downloads

Publisher

unverified uploader

Weekly Downloads

패키지는 사용자가 특정 작업을 앱 라이프사이클 중 한 번만 실행하도록 보장하는 기능을 제공합니다.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on one_time_executor