Flutter changes

This commit is contained in:
nicco
2018-09-04 20:05:05 +02:00
parent 94c02d6a2e
commit c4ba4eeae5
4 changed files with 0 additions and 74 deletions

View File

@@ -1,29 +1,10 @@
// import 'dart:async';
import 'package:flutter/material.dart';
import 'package:qr_mobile_vision/qr_camera.dart';
// import 'package:flutter/services.dart';
// import 'package:barcode_scan/barcode_scan.dart';
import '../Components/BG.dart';
import '../Components/SyncIcon.dart';
class Scan extends StatelessWidget {
// Future scan() async {
// try {
// String barcode = await BarcodeScanner.scan();
// print('Success');
// print(barcode);
// Navigator.pushNamed(null, '/home');
// } on PlatformException catch (e) {
// if (e.code == BarcodeScanner.CameraAccessDenied)
// print('The user did not grant the camera permission!');
// } catch (e) {
// print('Nope');
// print(e);
// }
// }
@override
Widget build(BuildContext context) => BG(
child: Center(