Kabo

Results 9 issues of Kabo

## Steps to Reproduce 1. Create a test file. 2. Copy the code below and paste it into the file. 3. Press the icon in the gutter. ```dart import 'package:flutter_test/flutter_test.dart';...

topic-testing
P2

I noticed this issue while I was measuring the performance of my package with a benchmarking app (like a stress test) by someone else. I'm not sure if this is...

`readBarcodeImagePathString()` fails to scan a QR code in an image taken from slightly off to the side, while `ReaderWidget` can successfully scan the same QR from the same position. Do...

Scanning a barcode in an image returns Code with empty `text` and `error` at 1.4.0 and 1.4.1. There was no issue at the point of v1.3.2. ### Code sample 1....

```dart import 'package:flutter/material.dart'; import 'package:flutter_zxing/flutter_zxing.dart'; void main() { runApp(const App()); } class App extends StatelessWidget { const App({super.key}); @override Widget build(BuildContext context) { return MaterialApp( home: Builder( builder: (context) =>...

I've experienced the issue on Android 5.1, but not on Android 10. I haven't tried on other Android versions. **Environment:** - Android 5.1 - flutter_zxing 0.9.1 **Reproducible code:** android/app/src/main/AndroidManifest.xml ```xml...

### Steps to reproduce 1. Run the code sample. 2. Focus the first text fields. 3. Move the focus several times between the two fields by tapping on each of...

a: text input
c: regression
platform-android
framework
has reproducible steps
P2
team-text-input
triaged-text-input
found in release: 3.22

### Steps to reproduce 1. Run the code sample below. 2. Remove `https` from the URI in the text field. 3. Press on the Preview button to go to the...

c: crash
a: images
package
team-ecosystem
has reproducible steps
P2
p: flutter_markdown
triaged-ecosystem
found in release: 3.24
found in release: 3.27

- [x] I have updated Purchases SDK to the latest version - [x] I have read the [Contribution Guidelines](https://github.com/RevenueCat/purchases-flutter/blob/main/CONTRIBUTING.md) - [x] I have searched the [Community](https://community.revenuecat.com) - [x] I have...

bug