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

String parsing (using FlutterConfig.get()) leaves extra quote characters on iOS devices #51

Open
BirdSamuel opened this issue Jun 14, 2022 · 0 comments
Labels
help wanted Extra attention is needed ios

Comments

@BirdSamuel
Copy link

BirdSamuel commented Jun 14, 2022

NOTE: This is not all iOS devices. I haven't been able to pin down which specific devices/versions have this issue.
Both using the same code from this repository: https://github.com/BirdSamuel/test_flutter_config
The .env file specifically: https://github.com/BirdSamuel/test_flutter_config/blob/main/.env

When pulling strings from a .env file, some entries with quotation marks bring over the quotes on iOS devices. This example shows everything but the last entry.

Android Emulator example, also tested using Samsung Galaxy S21 Ultra

iOS example (using iPhone XS Max), also got the same result with iOS Simulator with iPhone SE - 3rd generation - iOS 15.5
NOTE: The last entry (being the EXAMPLE_URL) did not carry the quote over. Maybe is a clue into the fix.

@edTheGuy00 edTheGuy00 added help wanted Extra attention is needed ios labels Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed ios
Projects
None yet
Development

No branches or pull requests

2 participants