screenshot_juni1289 1.0.0 copy "screenshot_juni1289: ^1.0.0" to clipboard
screenshot_juni1289: ^1.0.0 copied to clipboard

A Flutter widget that can take screen shots, keeps track of permissions by itself. You just have to add permissions on native level for Android & iOS

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add screenshot_juni1289

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  screenshot_juni1289: ^1.0.0

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:screenshot_juni1289/screenshot/enums/enums.dart';
import 'package:screenshot_juni1289/screenshot/exception/screen_shot_helper_exception.dart';
import 'package:screenshot_juni1289/screenshot/helper/screen_shot_helper_util.dart';
import 'package:screenshot_juni1289/screenshot/model/permission_handler_helper_model.dart';
import 'package:screenshot_juni1289/screenshot/model/screen_shot_result_helper_model.dart';
import 'package:screenshot_juni1289/screenshot/permission/permission_helper_util.dart';
4
likes
135
points
61
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter widget that can take screen shots, keeps track of permissions by itself. You just have to add permissions on native level for Android & iOS

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

device_info_plus, flutter, path_provider, permission_handler

More

Packages that depend on screenshot_juni1289