Skip to content

haolun1996/GetX-Light-Bulb

Repository files navigation

GetX Light Bulb

Visual Studio Marketplace VersionMaintenance



A vscode extension for Get to make your development more efficient and faster!!!



Wrap with Obx

Obx(() => Text('${controller.name}'));

demo

Remove this Obx

demo


** Wrap or remove Obx function need to highlight on a completed widget **




Create BaseX page with binding and controller

demo




Convert json to dart

  1. Create a folder named "json" under your project with path "lib/model/"
  2. Create a json file named "{class_name}.d.json" under path "lib/model/json/" demo
  3. Open your created json file
  4. Run a command ★ Convert json to dart from the command palette by shorcut key ⌘ + ⇧ Shift + P (Mac) and hit enter.



Where can I get it?

Download extension on MarketPlace