question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow setting depth of search for a Flutter/Dart app

See original GitHub issue

Is your feature request related to a problem? Please describe.

I have a multi-package project and recently changed the folder structure from having app folders just two levels down (eg. project/packages/app) to the app folders being further down (eg. project/packages/folder/app)

The extension stopped recognising the project as a Flutter project when opening the project folder.

Describe the solution you’d like

Perhaps a setting where we can change how deep the extension searches for a flutter app.

Additional context

If I add a flutter app back at the level project/packages/app, and open project, the extension starts detecting the project as a Flutter project again.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:13 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
DanTupcommented, Mar 11, 2022

Thanks! I’ve opened https://github.com/Dart-Code/Dart-Code/issues/3870 to track handling this better.

1reaction
nickmeinholdcommented, Mar 8, 2022

Damn that was fast! ⏩ Thanks a lot @DanTup!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Implementing search in Flutter - Medium
To implement a custom search delegate, you need to create a new class that extends the SearchDelegate class. When you first implement that...
Read more >
Simple app state management - Flutter documentation
A simple option is to provide a callback that MyListItem can call when it is clicked. Dart's functions are first class objects, so...
Read more >
Write your first Flutter app, part 1
Replace the contents of lib/main.dart . Delete all of the code from lib/main.dart. Replace with the following code, which displays “Hello World” in...
Read more >
Debugging Flutter apps programmatically
Then open your app's Observatory's timeline page, check the 'Dart' recording option and perform the function you want to measure. Refreshing the page...
Read more >
Adding interactivity to your Flutter app
This section shows you how to build a stateful widget, called FavoriteWidget , for the lakes app. After setting up, your first step...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found