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

fix: runner encoding paths incorrectly on windows #396

Open
harry774 opened this issue Jan 18, 2024 · 1 comment
Open

fix: runner encoding paths incorrectly on windows #396

harry774 opened this issue Jan 18, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@harry774
Copy link

Description

When passed target parameter for main_qa.dart file it does encode incorrectly

On fluttium_example123_launcher.dart file it shows 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

Screenshots

fluttium

fluttium1

@harry774 harry774 added the bug Something isn't working label Jan 18, 2024
@wolfenrain
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants