|
|
|
|
@ -15,8 +15,8 @@ import 'package:doctor_app_flutter/widgets/shared/buttons/app_buttons_widget.dar
|
|
|
|
|
import 'package:flutter/cupertino.dart';
|
|
|
|
|
import 'package:flutter/material.dart';
|
|
|
|
|
|
|
|
|
|
import '../routes.dart';
|
|
|
|
|
import 'base/base_view.dart';
|
|
|
|
|
import '../../routes.dart';
|
|
|
|
|
import '../base/base_view.dart';
|
|
|
|
|
|
|
|
|
|
Helpers helpers = Helpers();
|
|
|
|
|
|
|
|
|
|
@ -94,7 +94,7 @@ class _QrReaderScreenState extends State<QrReaderScreen> {
|
|
|
|
|
height: 35,
|
|
|
|
|
),
|
|
|
|
|
AppButton(
|
|
|
|
|
title : TranslationBase.of(context).scanQr,
|
|
|
|
|
title: TranslationBase.of(context).scanQr,
|
|
|
|
|
onPressed: () {
|
|
|
|
|
_scanQrAndGetPatient(context, model);
|
|
|
|
|
},
|