Skip to content

hominhtuong/BlocTemplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Bloc Template

JetBrains Marketplace

Setup

  1. Cài đặt IntelliJ
  2. Tải project này về, mở bằng IntelliJ

Các thành phần

  1. GeneratorAction.kt: Tạo các actions, ở đây mẫu là tạo 1 bloc template. Có thể tùy chọn showInputDialog, showInputDialogWithCheckBox hoặc rất nhiều kiểu Dialog khác nhau.

  2. plugin.xml: Liên quan đến việc publish plugin, có nhiều thuộc tính nên phải tự vọc. Quan trọng là: add-to-group group-id="" Cái này quyết định xem action sẽ được hiển thị ở đâu.

Build Plugin

  • Tại IntelliJ, mở Gradle bên góc phải, chọn Task/intelliJ/buildPlugin.

Build Plugin

  • Mở Android Studio, mở Settings/ Plugin chọn Install plugin from Disk.

Import Plugin

  • Chọn đường dẫn đến file vừa build từ IntelliJ, {Project_Path}/build/distributions/ và chọn file .zip vừa build.

Select Plugin

  • Restart Android Studio và thưởng thức.

About

simple bloc template for Flutter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages