File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,16 @@ A flutter library to show images from the internet and keep them in the cache di
8
8
9
9
10
10
## Sponsors
11
- <a href =" https://getstream.io/chat/flutter/tutorial/?utm_source=github&utm_medium=github_rep[%E2%80%A6]&utm_content=Developer&utm_campaign=Github_Oct2021_FlutterChat " target =" _blank " ><img width =" 250px " src =" https://stream-blog.s3.amazonaws.com/blog/wp-content/uploads/fc148f0fc75d02841d017bb36e14e388/Stream-logo-with-background-.png " /></a ><br /><span ><a href =" https://getstream.io/chat/flutter/tutorial/?utm_source=github&utm_medium=github_rep[%E2%80%A6]&utm_content=Developer&utm_campaign=Github_Oct2021_FlutterChat " target =" _blank " >Try the Flutter Chat Tutorial 💬</a ></span >
12
-
13
11
12
+ <table >
13
+ <tbody>
14
+ <tr>
15
+ <td align="center">
16
+ <a href="https://getstream.io/chat/flutter/tutorial/?utm_source=github&utm_medium=github_rep[%E2%80%A6]&utm_content=Developer&utm_campaign=Github_Oct2021_FlutterChat" target="_blank"><img width="250px" src="https://stream-blog.s3.amazonaws.com/blog/wp-content/uploads/fc148f0fc75d02841d017bb36e14e388/Stream-logo-with-background-.png"/></a><br/><span><a href="https://getstream.io/chat/flutter/tutorial/?utm_source=github&utm_medium=github_rep[%E2%80%A6]&utm_content=Developer&utm_campaign=Github_Oct2021_FlutterChat" target="_blank">Try the Flutter Chat Tutorial 💬</a></span>
17
+ </td>
18
+ </tr>
19
+ </tbody>
20
+ </table >
14
21
15
22
## How to use
16
23
The CachedNetworkImage can be used directly or through the ImageProvider.
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
}
7
7
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:3.5 .0'
9
+ classpath ' com.android.tools.build:gradle:4.2 .0'
10
10
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
11
11
}
12
12
}
Original file line number Diff line number Diff line change 1
- # Fri Jun 23 08:50:38 CEST 2017
2
1
distributionBase =GRADLE_USER_HOME
3
2
distributionPath =wrapper/dists
4
3
zipStoreBase =GRADLE_USER_HOME
5
4
zipStorePath =wrapper/dists
6
- distributionUrl =https\://services.gradle.org/distributions/gradle-5.6.2 -all.zip
5
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.9.1 -all.zip
You can’t perform that action at this time.
0 commit comments