Skip to content

Commit

Permalink
release 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
eitanliu committed Jul 18, 2023
1 parent 216713c commit f0c97fe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# DartMappable(Json To Dart Converter)
# DartMappable(Flutter Json To Dart Converter)

## How to use

Expand All @@ -16,7 +16,7 @@ If you haven't added the dependency, it will automatically execute the command t

If you change the fields in the class, right click on package -> `Flutter Command` -> `Flutter Run Build Runner`, shortcut key is `Alt + r`.

### 1. Use dart_mappable
### 1. Use DartMappable

Open in the IDE `Setting` -> `Tools` -> `DartMappable Settings`, selected `dart_mappable`.
Don't forget to set up `dart_mappable` into your project : https://pub.dev/packages/dart_mappable
Expand All @@ -35,7 +35,7 @@ flutter pub add build_runner --dev
flutter pub add dart_mappable_builder --dev
```

### 2. Use json_serializable
### 2. Use JsonSerializable

Open in the IDE `Setting` -> `Tools` -> `DartMappable Settings`, selected `json_serializable`.
Don't forget to set up `json_serializable` into your project : https://pub.dev/packages/json_serializable
Expand All @@ -54,7 +54,7 @@ flutter pub add build_runner --dev
flutter pub add json_serializable --dev
```

### 2. Use freezed
### 3. Use Freezed

Open in the IDE `Setting` -> `Tools` -> `DartMappable Settings`, selected `freezed`.
Don't forget to set up `freezed` into your project : https://pub.dev/packages/freezed
Expand Down
3 changes: 2 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

<!-- Public plugin name should be written in Title Case.
Guidelines: https://plugins.jetbrains.com/docs/marketplace/plugin-overview-page.html#plugin-name -->
<name>DartMappable(Flutter Json To DartMappable JsonSerializable Freezed)</name>
<!--max 64 charts-->
<name>DartMappable(FlutterJsonTo Freezed JsonSerializable Compatible)</name>

<!-- A displayed Vendor name or Organization ID displayed on the Plugins Page. -->
<vendor email="eitanliu@gmail.com" url="https://www.eitanliu.com">Eitan Liu</vendor>
Expand Down

0 comments on commit f0c97fe

Please sign in to comment.