Giter Site home page Giter Site logo

Comments (5)

DavBfr avatar DavBfr commented on June 3, 2024 1

if you wrap the barcode widget with Material() it works.

from dart_barcode.

DavBfr avatar DavBfr commented on June 3, 2024

This must be something else in your app, there are no reasons for it to not work.

from dart_barcode.

christianarduino avatar christianarduino commented on June 3, 2024

I've made several attempts and I don't think it's related to my code

I tried to recreate the error in a simple page with Scaffold widget and the error persists

My code:

import 'package:barcode_widget/barcode_widget.dart';
import 'package:flutter/material.dart';

class Test extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return SafeArea(
      child: Scaffold(
        body: Center(
          child: FittedBox(
            child: GestureDetector(
              child: BarcodeWidget(
                data: "7482734KINDJKF",
                barcode: Barcode.code39(),
              ),
              onTap: () {
                print("test");
              },
            ),
          ),
        ),
      ),
    );
  }
}

This time I tried on an iPhone 11 Pro Max simulator

from dart_barcode.

christianarduino avatar christianarduino commented on June 3, 2024

I confirm that using the Material() widget, gestures are detected

from dart_barcode.

DavBfr avatar DavBfr commented on June 3, 2024

Fixed in barcode_widget-1.2.2. No need for Material() anymore.
Don't hesitate to Buy Me A Coffee.

from dart_barcode.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.