Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please consider to remove some print statements from the source code #207

Open
Fried-man opened this issue Aug 2, 2023 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@Fried-man
Copy link

Is your feature request related to a problem? Please describe.
When rendering the image at any time it prints "loaded image" into my terminal. If you could at least add a toggle to enable/disable such print statements within the widget with the default being no printing that would be awesome.

Additional context
Here is some code to reproduce the printing:

QrImageView(
  errorCorrectionLevel: 3,
  data: 'https://www.shuttleuteam.com',
  version: QrVersions.auto,
  size: MediaQuery.of(context).size.width * .8,
  embeddedImage: const AssetImage('assets/Images/marker.png'),
  foregroundColor: WidgetsBinding.instance.platformDispatcher.platformBrightness == Brightness.light ? Colors.black : Colors.white,
  backgroundColor: Theme.of(context).cardColor,
),
@Fried-man Fried-man added the enhancement New feature or request label Aug 2, 2023
@Fried-man
Copy link
Author

#157

@husainazkas
Copy link

Lol, this print still there after many versions published🤣

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants