Skip to content

Commit 242e6aa

Browse files
committed
Merge branch 'dev'
2 parents 259bedd + c27a1ac commit 242e6aa

File tree

3 files changed

+12
-8
lines changed

3 files changed

+12
-8
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.2.0+1
2+
3+
* Fix doc
4+
15
## 2.2.0
26

37
* **BREAKING**: Note, starting with version 2.2.0, Flutter 3.10.0+ is used by default. If you need to use a Flutter version lower than 3.10.0, then use package version 2.1.2 and below.

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<a href="https://madbrains.ru/?utm_source=gthb"><img src="docs/banner.png"></a>
2-
<img align="left" src="docs/apprunner.png" width="480" height="360" /></a>
1+
<a href="https://madbrains.ru/?utm_source=gthb"><img src="https://firebasestorage.googleapis.com/v0/b/mad-brains-web.appspot.com/o/banner.png?alt=media"></a>
2+
<img align="left" src="https://firebasestorage.googleapis.com/v0/b/mad-brains-web.appspot.com/o/apprunner.png?alt=media" width="480" height="360" /></a>
33

44
<h1 align="center">AppRunner</h1>
55

@@ -11,12 +11,12 @@ Launch your Flutter app like a pro! AppRunner is a configurator for quick and co
1111

1212
<p><h4> We solve problems of brand presence on mobile devices, specializing in development of mobile applications and services in the b2c segment.</h4>
1313
<a href="https://madbrains.ru/?utm_source=gthb">
14-
<img src="docs/get_started_stroke.png" width="249" height="45"></a>
14+
<img src="https://firebasestorage.googleapis.com/v0/b/mad-brains-web.appspot.com/o/get_started_stroke.png?alt=media" width="249" height="45"></a>
1515
</p>
1616

1717
<p><h5>Subscribe for the latest updates:</h5>
1818
<a href="https://github.com/MadBrains" >
19-
<img src="docs/follow_us_stroke.png" width="138" height="26"></a></p>
19+
<img src="https://firebasestorage.googleapis.com/v0/b/mad-brains-web.appspot.com/o/follow_us_stroke.png?alt=media" width="138" height="26"></a></p>
2020
</br>
2121

2222
## Features
@@ -37,9 +37,9 @@ Launch your Flutter app like a pro! AppRunner is a configurator for quick and co
3737
<td>Release Error Screen</td>
3838
</tr>
3939
<tr>
40-
<td><img src="docs/assets/run.gif" width=200 height=400 alt="run" /></td>
41-
<td><img src="docs/assets/debug-error.jpg" width=200 height=400 alt="debug-error" /></td>
42-
<td><img src="docs/assets/release-error.jpg" width=200 height=400 alt="release-error" /></td>
40+
<td><img src="https://firebasestorage.googleapis.com/v0/b/mad-brains-web.appspot.com/o/assets%2Frun.gif?alt=media" width=200 height=400 alt="run" /></td>
41+
<td><img src="https://firebasestorage.googleapis.com/v0/b/mad-brains-web.appspot.com/o/assets%2Fdebug-error.jpg?alt=media" width=200 height=400 alt="debug-error" /></td>
42+
<td><img src="https://firebasestorage.googleapis.com/v0/b/mad-brains-web.appspot.com/o/assets%2Frelease-error.jpg?alt=media" width=200 height=400 alt="release-error" /></td>
4343
</tr>
4444
</table>
4545

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: app_runner
22
description: Launch your Flutter app like a pro! AppRunner is a configurator for quick and controlled launch of your application.
3-
version: 2.2.0
3+
version: 2.2.0+1
44
repository: https://github.com/MadBrains/App-Runner-Flutter
55
issue_tracker: https://github.com/MadBrains/App-Runner-Flutter/issues
66
homepage: https://madbrains.ru/

0 commit comments

Comments
 (0)