flutter / devtools

Performance tools for Flutter
https://flutter.dev/docs/development/tools/devtools/
BSD 3-Clause "New" or "Revised" License
1.58k stars 324 forks source link

TypeError running example application #8321

Open afucher opened 2 weeks ago

afucher commented 2 weeks ago

I've got an error when trying to use the Example of calling service extensions to fetch data from your package

Error fetching all things: TypeError: Instance of 'minified:F<dynamic>': type 'minified:F<dynamic>' is not a subtype of type 'List<String>?'

Steps to reproduce:

  1. Clone the repository
  2. Run the app_that_uses_foo application
  3. Open DevTools
  4. Select the Foo dev extension
  5. Try to access the Example of calling service extensions to fetch data from your package

The table of things do not show anything, and the console shows an error Screenshot 2024-09-13 at 17 20 21

kenzieschmoll commented 2 days ago

What version of Flutter are you on?