Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
Update README & CHANGELOG
  • Loading branch information
haolun committed May 17, 2023
1 parent ac399a4 commit 1143017
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [v0.2.0](https://github.com/haolun1996/GetX-Light-Bulb/releases/tag/0.2.0) - 2023-05-17
- Restructure wrap and remove Obx by using highlight selected method
- Full released on v0.2.0 with Restructured Wrap And remove GetX Obx(() => ...)

## [v0.1.0](https://github.com/haolun1996/GetX-Light-Bulb/releases/tag/0.1.0) - 2023-02-03
- Remove function Obx(() => ...)
- Full released on v0.1.0 with Wrap OR remove GetX Obx(() => ...)

## [v0.1.0](https://github.com/haolun1996/GetX-Light-Bulb/releases/tag/0.1.0) - 2023-02-03
- Remove function Obx(() => ...)
- Full released on v0.1.0 with Wrap OR remove GetX Obx(() => ...)
Expand Down
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@
# GetX Light Bulb

A vscode extension for [Get](https://pub.dev/packages/get) to make your development more efficient and faster!!!
<br />

***
<br />

### Wrap with Obx
```dart
Obx(() => Text('${controller.name}'));
```
![demo](https://raw.githubusercontent.com/haolun1996/GetX-Light-Bulb/main/example/gif/wrap-obx.gif)

### Remove this Obx
![demo](https://raw.githubusercontent.com/haolun1996/GetX-Light-Bulb/main/example/gif/remove-obx.gif)

<br />

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

<br />

***

<br />

## Where can I get it?
Download extension on [MarketPlace](https://marketplace.visualstudio.com/items?itemName=HyLun.getx-light-bulb)

0 comments on commit 1143017

Please sign in to comment.