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

outdatedDart 1 only

A QR code library for Flutter.

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(),
    );
  }
}
1917
likes
0
pub points
99%
popularity

Publisher

verified publishertheyakka.com

A QR code library for Flutter.

Homepage

License

unknown (LICENSE)

Dependencies

flutter, qr

More

Packages that depend on qr_flutter