A cross-platform (Windows/macOS) scanner plugin for Flutter

Overview

quick_scanner

A cross-platform (Windows/macOS) scanner plugin for Flutter

Usage

QuickScanner.startWatch();

var _scanners = await QuickScanner.getScanners();
var directory = await getApplicationDocumentsDirectory();
var scannedFile = await QuickScanner.scanFile(_scanners.first, directory.path);

QuickScanner.stopWatch();
You might also like...

A Cross Platform Piano made with Flutter

A Cross Platform Piano made with Flutter

flutter_piano A Crossplatform Midi Piano built with Flutter.dev This application runs on both iOS and Android. This runs a custom crossplatform midi s

Jan 3, 2023

Photon is a cross-platform file-sharing application built using flutter.

Photon is a cross-platform file-sharing application built using flutter.

Welcome to Photon πŸ‘‹ Photon is a cross-platform file-transfer application built using flutter. It uses http to transfer files between devices.You can

Jan 1, 2023

A Flutter plugin to read πŸ”– metadata of 🎡 media files. Supports Windows, Linux & Android.

A Flutter plugin to read πŸ”– metadata of 🎡 media files. Supports Windows, Linux & Android.

flutter_media_metadata A Flutter plugin to read metadata of media files. A part of Harmonoid open source project πŸ’œ Install Add in your pubspec.yaml.

Dec 2, 2022

Sharik is an open-source, cross-platform solution for sharing files via Wi-Fi or Mobile Hotspot

Sharik is an open-source, cross-platform solution for sharing files via Wi-Fi or Mobile Hotspot

Share files across devices with Sharik! It works with Wi-Fi connection or Tethering (Wi-Fi Hotspot). No internet connection needed. Contributing Feel

Dec 30, 2022

Flutter widgets and themes implementing the current macOS design language.

Flutter widgets and themes implementing the current macOS design language.

macos_ui Flutter widgets and themes implementing the current macOS design language. NOTE: This package depends on the excellent native_context_menu pl

Jan 1, 2023

Simple file explorer for desktop made with Flutter, highly inspired by macOS Finder

file_explorer A basic file explorer made with Flutter Getting Started This project is a starting point for a Flutter application. A few resources to g

Nov 7, 2021

Flutter library for window blur & transparency effects for on Windows & Linux. πŸ’™

Flutter library for window blur & transparency effects for on Windows & Linux. πŸ’™

flutter_acrylic Window blur & transparency effects for Flutter on Windows & Linux Installation Mention in your pubspec.yaml. dependencies: ... flu

Dec 31, 2022

Create Msix installer for flutter windows-build files.

Create Msix installer for flutter windows-build files.

Msix A command-line tool that create Msix installer for your flutter windows-build files. πŸ“‹ Install In your pubspec.yaml, add msix as a new dependenc

Dec 30, 2022

An 🎡 audio playback library for Flutter Desktop. Supports Windows & Linux. Based on miniaudio.

An 🎡 audio playback library for Flutter Desktop. Supports Windows & Linux. Based on miniaudio.

βœ’ libwinmedia is sequel to this project. It provides network playback, better format support, control & features. An audio playback library for Flutte

Oct 31, 2022
Comments
  • Error at flutter/ephemeral/.plugin_symlinks/quick_scanner/windows/CMakeLists.txt:13

    Error at flutter/ephemeral/.plugin_symlinks/quick_scanner/windows/CMakeLists.txt:13

    Debug

    Launching lib\main.dart on Windows in debug mode... lib\main.dart:1 NUGET.EXE not found. CMake Error at flutter/ephemeral/.plugin_symlinks/quick_scanner/windows/CMakeLists.txt:13 (message): Please install this executable, and run CMake again.

    Exception: Unable to generate build files Exited (sigterm)

    Issue

    Dependency that isn't part of the standard tools required by Flutter (NuGet). If that plugin doesn't tell you in its README that you need to install that extra dependency, you should report that to the developer of the plugin.

    opened by aexces 2
Owner
Woodemi Co., Ltd
Woodemi Co., Ltd
A cross-platform app ecosystem, bringing iMessage to Android, PC (Windows, Linux, & even macOS), and Web!

BlueBubbles Android App BlueBubbles is an open-source and cross-platform ecosystem of apps aimed to bring iMessage to Android, Windows, Linux, and mor

BlueBubbles 318 Jan 8, 2023
Flutter plugin for Flutter desktop(macOS/Linux/Windows) to change window size.

desktop_window Flutter plugin for Flutter desktop(macOS/Linux/Windows) to change window size. Usage import 'package:desktop_window/desktop_window.dart

ChunKoo Park 72 Dec 2, 2022
🎡 A cross-platform media playback library for C/C++ with good number of features (only Windows & Linux).

libwinmedia A cross-platform media playback library for C/C++ & Flutter with good number of features. Example A very simple example can be as follows.

Harmonoid 38 Nov 2, 2022
Flutter on Windows, MacOS and Linux - based on Flutter Embedding, Go and GLFW.

go-flutter - A package that brings Flutter to the desktop Purpose Flutter allows you to build beautiful native apps on iOS and Android from a single c

null 5.5k Jan 6, 2023
🎞 Flutter media playback, broadcast & recording library for Windows, Linux & macOS. Written in C++ using libVLC & libVLC++. (Both audio & video)

dart_vlc Flutter media playback, broadcast, recording & chromecast library for Windows, Linux & macOS. Written in C++ using libVLC & libVLC++. Install

Hitesh Kumar Saini 417 Dec 29, 2022
TinyPNG4Flutter - A TinyPNG Compress Image Desktop GUI For Flutter. Support macOS and windows

TinyPNG4Flutter A TinyPNG Compress Image Desktop GUI For Flutter. Support macOS

ι€Έι£Ž 20 Dec 8, 2022
A simple-to-use flutter update package for Windows, MacOS, and Linux.

Updat - The simple-to-use, flutter-based desktop update package Updat is a simple-to-use reliable flutter-native updater that handles your application

Eduardo M. 14 Dec 21, 2022
A cross-platform flutter plugin for C/C++/ObjC crash report via Google Breakpad

quick_breakpad A cross-platform flutter plugin for C/C++/ObjC crash report via Google Breakpad Use breakpad for quick_breakpad_example $CLI_BREAKPAD i

Woodemi Co., Ltd 16 Jul 30, 2022
A macOS plugin which can register a callback for a global keyboard shortcut.

global_shortcuts A macOS plugin which can register a callback for a global keyboard shortcut. As the shortcut is global, the callback will be triggere

James Leahy 7 Jan 2, 2023
File picker plugin for Flutter, compatible with mobile (iOS & Android), Web, Desktop (Mac, Linux, Windows) platforms with Flutter Go support.

A package that allows you to use the native file explorer to pick single or multiple files, with extensions filtering support.

Miguel Ruivo 987 Jan 6, 2023