Gorniv / vscode-flutter-files

Quickly create files for flutter using a BLoC pattern
https://marketplace.visualstudio.com/items?itemName=gornivv.vscode-flutter-files
MIT License
59 stars 25 forks source link

Imported .index guesses the wrong path #6

Closed azimuthdeveloper closed 5 years ago

azimuthdeveloper commented 5 years ago

Hey,

Creating a new "small pack bloc" this morning for my app, up the top of the generated files it has this:

import 'package:mapman_flutter/undefined/index.dart';

Flutter can't find "undefined". Its supposed to be the name of my generated bloc I would assume.

Disclaimer I am a brand new flutter developer (coming from Xamarin) so I might be missing something obvious

Gorniv commented 5 years ago

fixed at 1.2.4