Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Olive Flutter HelperNew to Visual Studio Code? Get it now.
Olive Flutter Helper

Olive Flutter Helper

oliveoverflow

|
155 installs
| (1) | Free
Helper functionalities for Flutter Files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

About

This extension adds useful features for working with Flutter. Specifically if you work with both BLoC and Freezed.

Features

(Olive) - BLoC Generate2

(Olive) BLoC Generate 2

  • Right click on any folder in explorer,
  • Press (Olive) BLoC Generate 2
  • Enter the name of screen lowercase with spaces

(Olive) BLOC - Copy Remaining Event Handlers

(Olive) BLOC - Copy Remaining Event Handlers

You can define as many events in .event.dart file Then move into the .bloc.dart file Open command palette and run this command: (Olive) BLOC - Copy Remaining Event Handlers This will populate all the event handlers in the bloc file.

Fast File Switch

Switch between bloc files with these shortcuts

  • alt + shift + u -> .state.dart file
  • alt + shift + i -> .event.dart file
  • alt + shift + o -> .bloc.dart file
  • alt + shift + p -> .page.dart file

Dependencies

This is how pubspec.yaml looks like:


dependencies:
  flutter_bloc: ^8.1.6
  freezed: ^2.5.7
  freezed_annotation: ^2.4.4
  hydrated_bloc: ^9.1.5
  json_annotation: ^4.8.0

dev_dependencies:
  build_runner: ^2.4.12
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft