File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## About
4
4
5
- Gradle plugin for [ flutter_rb] ( https://github.com/fartem /flutter-rb ) .
5
+ Gradle plugin for [ flutter_rb] ( https://github.com/flutter-rb /flutter-rb ) .
6
6
7
7
## How to use
8
8
9
- This plugin needs for [ flutter_rb] ( https://github.com/fartem /flutter-rb ) . Just implement it to your library and use ` flutter_rb ` .
9
+ This plugin needs for [ flutter_rb] ( https://github.com/flutter-rb /flutter-rb ) . Just implement it to your library and use ` flutter_rb ` .
10
10
11
11
### Implementation
12
12
@@ -21,15 +21,15 @@ buildscript {
21
21
22
22
dependencies {
23
23
// Other dependencies
24
- classpath 'com.github.fartem :flutter-rb-gradle-plugin:1.0.1'
24
+ classpath 'com.github.flutter-rb :flutter-rb-gradle-plugin:1.0.1'
25
25
}
26
26
}
27
27
28
28
apply plugin: 'com.smlnskgmail.jaman.flutterrb'
29
29
30
30
dependencies {
31
31
// Other dependencies
32
- implementation 'com.github.fartem :flutter-rb-gradle-plugin:1.0.1'
32
+ implementation 'com.github.flutter-rb :flutter-rb-gradle-plugin:1.0.1'
33
33
}
34
34
```
35
35
You can’t perform that action at this time.
0 commit comments