fartem / flutter-rb-gradle-plugin

Gradle plugin for https://github.com/flutter-rb/flutter-rb

Home Page:https://rubygems.org/gems/flutter_rb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flutter-rb-gradle-plugin

About

Gradle plugin for flutter_rb.

How to use

This plugin needs for flutter_rb. Just implement it to your library and use flutter_rb.

Implementation

Add this config to build.gradle at the root of the project:

buildscript {
    repositories {
        // Other repositories
        maven { url "https://jitpack.io" }
    }

    dependencies {
        // Other dependencies
        classpath 'com.github.flutter-rb:flutter-rb-gradle-plugin:1.0.1'
    }
}

apply plugin: 'com.smlnskgmail.jaman.flutterrb'

dependencies {
    // Other dependencies
    implementation 'com.github.flutter-rb:flutter-rb-gradle-plugin:1.0.1'
}

Test run

You can run plugin as Gradle task:

./gradlew -q prepareInfo

How to contribute

Read Commit Convention. Make sure your build is green before you contribute your pull request. Then:

$ ./gradlew clean
$ ./gradlew build

Contributors

About

Gradle plugin for https://github.com/flutter-rb/flutter-rb

https://rubygems.org/gems/flutter_rb


Languages

Language:Groovy 100.0%