qr_flutter 1.1.5 copy "qr_flutter: ^1.1.5" to clipboard
qr_flutter: ^1.1.5 copied to clipboard

outdated

QR.Flutter is a Flutter library for simple and fast QR code rendering via a Widget or custom painter.

example/lib/main.dart

import 'package:flutter/material.dart';

import 'screens/main.screen.dart';

void main() => runApp(new App());

class App extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return new MaterialApp(
      title: 'QR code demo',
      theme: new ThemeData(
        primarySwatch: Colors.blue,
      ),
      home: new MainScreen(),
    );
  }
}
1919
likes
0
pub points
99%
popularity

Publisher

verified publishertheyakka.com

QR.Flutter is a Flutter library for simple and fast QR code rendering via a Widget or custom painter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, qr

More

Packages that depend on qr_flutter