Navaron Bracke

remove unused ticker providers

... ... @@ -14,8 +14,7 @@ class BarcodeScannerWithController extends StatefulWidget {
}
class _BarcodeScannerWithControllerState
extends State<BarcodeScannerWithController>
with SingleTickerProviderStateMixin {
extends State<BarcodeScannerWithController> {
BarcodeCapture? barcode;
final MobileScannerController controller = MobileScannerController(
... ...
... ... @@ -13,8 +13,7 @@ class BarcodeScannerWithZoom extends StatefulWidget {
State<BarcodeScannerWithZoom> createState() => _BarcodeScannerWithZoomState();
}
class _BarcodeScannerWithZoomState extends State<BarcodeScannerWithZoom>
with SingleTickerProviderStateMixin {
class _BarcodeScannerWithZoomState extends State<BarcodeScannerWithZoom> {
BarcodeCapture? barcode;
final MobileScannerController controller = MobileScannerController(
... ...