8000 GitHub - vuonghuynhvncoder/screen_capturer: This plugin allows Flutter desktop apps to capture screenshots.
[go: up one dir, main page]

Skip to content

This plugin allows Flutter desktop apps to capture screenshots.

License

Notifications You must be signed in to change notification settings

vuonghuynhvncoder/screen_capturer

 
 

Repository files navigation

screen_capturer

pub version

This plugin allows Flutter desktop apps to take screenshots.


English | 简体中文


Platform Support

Linux macOS Windows
✔️ ✔️ ✔️

⚠️ macOS only supports non-sandbox mode.

Quick Start

Installation

Add this to your package's pubspec.yaml file:

dependencies:
  screen_capturer: ^0.1.0

Or

dependencies:
  screen_capturer:
    git:
      url: https://github.com/leanflutter/screen_capturer.git
      ref: main

Usage

import 'package:screen_capturer/screen_capturer.dart';

CapturedData? capturedData = await ScreenCapturer.instance.capture(
  imagePath: '<path>',
);

Please see the example app of this plugin for a full example.

Who's using it?

License

MIT

About

This plugin allows Flutter desktop apps to capture screenshots.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 43.5%
  • CMake 26.5%
  • Dart 18.4%
  • Swift 4.2%
  • C 4.1%
  • Ruby 3.3%
0