We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
When passed target parameter for main_qa.dart file it does encode incorrectly
main_qa.dart
On fluttium_example123_launcher.dart file it shows import 'package:AppName/C:\Users\name\source\repo\.\main_qa.dart' as app
fluttium_example123_launcher.dart
import 'package:AppName/C:\Users\name\source\repo\.\main_qa.dart' as app
Expected Behavior
It should encode path of given target file correctly as
On fluttium_example123_launcher.dart file import 'package:AppName/lib/main_qa.dart' as app
import 'package:AppName/lib/main_qa.dart' as app
Screenshots
The text was updated successfully, but these errors were encountered:
Thanks for the issue! It seems to be regression of a previous problem I have seen on Windows. Will need to fix that in the codegen.
Sorry, something went wrong.
No branches or pull requests
Description
When passed target parameter for
main_qa.dart
file it does encode incorrectlyOn
fluttium_example123_launcher.dart
file it showsimport 'package:AppName/C:\Users\name\source\repo\.\main_qa.dart' as app
Expected Behavior
It should encode path of given target file correctly as
On
fluttium_example123_launcher.dart
fileimport 'package:AppName/lib/main_qa.dart' as app
Screenshots
The text was updated successfully, but these errors were encountered: