camera_scanner 0.0.2 copy "camera_scanner: ^0.0.2" to clipboard
camera_scanner: ^0.0.2 copied to clipboard

PlatformWindows

windows调起相机扫码

example/lib/main.dart

import 'package:flutter/material.dart';
void main() {
  runApp(const MyApp());
}

class MyApp extends StatefulWidget {
  const MyApp({super.key});

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp>{

  @override
  void initState() {
    super.initState();
  }


  @override
  Widget build(BuildContext context) {
    return Container();
  }


}
1
likes
130
points
144
downloads

Publisher

unverified uploader

Weekly Downloads

windows调起相机扫码

Repository (GitHub)

Documentation

API reference

License

unknown (license)

Dependencies

camera_platform_interface, flutter, plugin_platform_interface, stream_transform

More

Packages that depend on camera_scanner