pda_scanner 0.2.9 copy "pda_scanner: ^0.2.9" to clipboard
pda_scanner: ^0.2.9 copied to clipboard

This is a scanning plug-in for PDA to listen the scanned events and get scanning results.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:pda_scanner/pda_lifecycle_mixin.dart';

import 'page_alpha.dart';

void main() => runApp(MyApp());

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> with PdaLifecycleMixin<MyApp> {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: PageAlpha(),
    );
  }
}
9
likes
40
pub points
59%
popularity

Publisher

unverified uploader

This is a scanning plug-in for PDA to listen the scanned events and get scanning results.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on pda_scanner