Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>MobkitExtensionNew to Visual Studio Code? Get it now.

MobkitExtension

Bis Çözüm Bilgisayar ve Entegrasyon

|
21 installs
| (0) | Free
Flutter Code Generation
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

MobkitExtension

MobkitExtension is code generation tool that creates functions to help you code Flutter. It allows you to get the values ​​you give to your enums. Flutter currently does not support this functionality.

Usage

It was created to facilitate the use of the mobkit_generator package published on pub.dev for Flutter.

If you've already added annotations like @JsonValue to your enums, you don't need to use this extension. You can just use the build runner function.

Installation

To install the extension just execute the following command:

ext install vscode-MobkitExtension

You may also install the extension from the visual studio code marketplace.

Getting started

  1. Install the extension
  2. Open your project, open the command palette and find the MobkitExtension Add Annotation command.
  3. You must specify a type for the annotation you want to add.
  4. You have to specify if you want to get annotation with enums.
  5. You have to decide which annotation to add.

Commands

MobkitExtension: Add Annotation

It creates the appropriate structure for the MobkitExtension by adding the @EnumSerializable and @EnumValue annotations.

MobkitExtension: Build Runner

Type the necessary command to the terminal to run the MobkitGenerator plugin.

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft