Djimon

Results 6 issues of Djimon

Hey there, I noticed that the `PlatformTabScaffold`'s tab's bodies are being rebuilt upon changing tabs which can be frustrating. Therefore, I tried mixing `AutomaticKeepAliveClientMixin` into the tab's body classes. On...

Hi, thanks for this great package first of all. I noticed that changing the font of an app doesn't change the font of some buttons (TextButton, Button). The result is...

According to #141, only the area within the box is scanned for codes. This, however, is not true when `viewController.metadata` is specified (eg. `viewController.metaData = [AVMetadataObject.ObjectType.ean13]`). This is an unwanted...

Hi, I'm trying to use resetWithError() in my app, but it doesn't show an error (see video). https://user-images.githubusercontent.com/50664914/128355802-83cc0f8f-d8ad-4bfd-8eff-d876ad345a2c.mov Configuration of the viewController: ```viewController = BarcodeScannerViewController() viewController metadata = [AVMetadataObject.ObjectType.ean13] viewController.isOneTimeSearch...

Hey, First of all I'd like to thank you for this cool package. I'd like to use a reactive structure for my UI (using flutter_bloc package). Currently, though, that is...

enhancement

I tried running the examples from the repo. Unfortunately, I get the same bug for every example: "Error: Error loading cached network config: network "example_config" not found in CNI cache."...

bug