KiritchoukC / vscode-ext_flutter-clean-architecture

This Visual Studio Code extension helps creating new feature in a clean architecture way
https://marketplace.visualstudio.com/items?itemName=KiritchoukC.flutter-clean-architecture
33 stars 38 forks source link

[BUG] Incompatible version error prompt #2

Closed KiritchoukC closed 4 years ago

KiritchoukC commented 4 years ago

2 notifications prompts when enabling the extension

Expected Behavior

Everything should be fine if package meets the requirements

Current Behavior

Even with minimal version of needed package, there's an error when activating the extension

Steps to Reproduce

Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant

  1. Create new Flutter project
  2. Add these dependencies to pubspec.yaml file
    • flutter_bloc: ^3.2.0
    • equatable: ^1.1.0
  3. Activate the extension or Deactivate/Activate
  4. 2 notifications prompts

Context (Environment)

This error should not prevent the user from using the extension

winsuseno commented 4 years ago

I'm grateful for your having developed this Flutter Feature Scaffolding VS Code extension. It's helped save a lot of time starting Flutter projects using the Clean Architecture.

I look forward to having this issue resolved.

vedartm commented 4 years ago

Fixed in #3