You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2020. It is now read-only.
BUG REPORTS WITHOUT PROVIDING THESE INFORMATIONS WILL BE CLOSED DIRECTLY. DON'T REMOVE THE SECTIONS!
Describe the bug
Thanks for this convenient library! This lib seems to depend on SwiftProtobuf, but when checking the app size report, I find SwiftProtobuf.framework takes 4.1MB (if uncompressed). The barcode_scan itself is actually only 0.3MB, and MTBBarcodeScanner is 0.15MB. Therefore, any user who uses this wonderful lib will have to pay for 4.55MB space even if the lib is merely 0.45MB - a 10x waste thing :(
Thus, I would appreciate it if the lib could be refactored without using protobuf. Actually, Flutter has officially released the pigeon package. I have used it in my app and it looks very great. Using it, there is no need for SwiftProtobuf any more.
To Reproduce
Steps to reproduce the behavior:
N/A
Expected behavior
Not contain SwiftProtobuf
Screenshots
N/A
Logs
N/A
Environment (please complete the following information):
iOS? Version: latest
Android? Version: ...
Real Device? Which?: ...
Emulator/Simulator? Which?: ...
Version of barcode_scan: latest
Output of flutter --version: latest
Flutter ...
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
BUG REPORTS WITHOUT PROVIDING THESE INFORMATIONS WILL BE CLOSED DIRECTLY. DON'T REMOVE THE SECTIONS!
Describe the bug
Thanks for this convenient library! This lib seems to depend on SwiftProtobuf, but when checking the app size report, I find
SwiftProtobuf.framework
takes 4.1MB (if uncompressed). The barcode_scan itself is actually only 0.3MB, and MTBBarcodeScanner is 0.15MB. Therefore, any user who uses this wonderful lib will have to pay for 4.55MB space even if the lib is merely 0.45MB - a 10x waste thing :(Thus, I would appreciate it if the lib could be refactored without using protobuf. Actually, Flutter has officially released the pigeon package. I have used it in my app and it looks very great. Using it, there is no need for SwiftProtobuf any more.
To Reproduce
Steps to reproduce the behavior:
N/A
Expected behavior
Not contain SwiftProtobuf
Screenshots
N/A
Logs
N/A
Environment (please complete the following information):
barcode_scan
: latestflutter --version
: latestAdditional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: