Skip to content
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.

Flutter Build Runner Helper, to make it easier to execute build_runner commands.

License

Notifications You must be signed in to change notification settings

nEdAy/Flutter-Build-Runner-Helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[2.0.0] has migrated to Flutter - Toolkit

[2.0.0] 已经迁移到 [Flutter-Toolkit](https://github.com/nEdAy/Flutter-Toolkit)

License

Download Link - 下载地址

A plugin for Android Studio(IntelliJ IDEA) that speeds up your day-to-day flutter development. Flutter Build Runner Helper, to make it easier to execute build_runner commands.

Feature

Adds the following build_runner commands to Android Studio(IntelliJ IDEA):

  • Build : flutter packages pub run build_runner build

  • Rebuild : flutter packages pub run build_runner build --delete-conflicting-outputs

  • Watch : flutter packages pub run build_runner watch

  • Clean : flutter packages pub run build_runner clean

  • Kill Gradle : Kill Gradle if a current task is running

  • Kill Flutter : Kill Flutter if a current task is running

There are two basic ways to invoke a command:

  • Click the action button in the Toolbar.
  • Use the shortcut key.

Instruction manual

Option 0: Search the Plugins Marketplace for the 'Flutter Build Runner Helper' and install it.

Option 1: Open this link and install to IDE.( Compatible with IntelliJ IDEA, Android Studio, WebStorm)

Option 2: Download the latest JAR package in the release folder and manually 'Install Plugin from Disk...'.

MIT License

Copyright (c) 2021 苏晟

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Flutter Build Runner Helper, to make it easier to execute build_runner commands.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published