From abf64ea33899f97a81ecb19563ddfdebeb7e0b55 Mon Sep 17 00:00:00 2001 From: Wenpiner Date: Sun, 8 Oct 2023 07:05:31 +0800 Subject: [PATCH] released --- CHANGELOG.md | 6 ++++-- README.md | 5 +++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a9316e8..9c992c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ # FlutterAssets Changelog -## [Unreleased] +## [released] + ### Added -- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template) +- [x] Automatically generate all files in the right-click selected directory to pubspec.yaml. +- [ ] AI intelligent suggestions. diff --git a/README.md b/README.md index e49c382..33e3735 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,8 @@ Settings/Preferences > Plugins > ⚙️ > Install plugin from disk... + +This plugin is also available on the [Intellij plugin repository](https://plugins.jetbrains.com/plugin/22869-flutterassets). + +## Usage +[flutter_asset_literal_idea_plugin](https://github.com/bytedance/flutter_asset_literal_idea_plugin) \ No newline at end of file