screenshot_juni1289 1.0.0
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_juni1289This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
screenshot_juni1289: ^1.0.0Alternatively, 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';