wolfenrain / fluttium

Fluttium, the user flow testing tool for Flutter

Home Page:https://fluttium.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix: runner encoding paths incorrectly on windows

harry774 opened this issue · comments

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