Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
KolasikOmetov committed May 18, 2023
2 parents 259bedd + c27a1ac commit 242e6aa
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.2.0+1

* Fix doc

## 2.2.0

* **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.
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a href="https://madbrains.ru/?utm_source=gthb"><img src="docs/banner.png"></a>
<img align="left" src="docs/apprunner.png" width="480" height="360" /></a>
<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>
<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>

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

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

<p><h4> We solve problems of brand presence on mobile devices, specializing in development of mobile applications and services in the b2c segment.</h4>
<a href="https://madbrains.ru/?utm_source=gthb">
<img src="docs/get_started_stroke.png" width="249" height="45"></a>
<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>
</p>

<p><h5>Subscribe for the latest updates:</h5>
<a href="https://github.com/MadBrains" >
<img src="docs/follow_us_stroke.png" width="138" height="26"></a></p>
<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>
</br>

## Features
Expand All @@ -37,9 +37,9 @@ Launch your Flutter app like a pro! AppRunner is a configurator for quick and co
<td>Release Error Screen</td>
</tr>
<tr>
<td><img src="docs/assets/run.gif" width=200 height=400 alt="run" /></td>
<td><img src="docs/assets/debug-error.jpg" width=200 height=400 alt="debug-error" /></td>
<td><img src="docs/assets/release-error.jpg" width=200 height=400 alt="release-error" /></td>
<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>
<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>
<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>
</tr>
</table>

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: app_runner
description: Launch your Flutter app like a pro! AppRunner is a configurator for quick and controlled launch of your application.
version: 2.2.0
version: 2.2.0+1
repository: https://github.com/MadBrains/App-Runner-Flutter
issue_tracker: https://github.com/MadBrains/App-Runner-Flutter/issues
homepage: https://madbrains.ru/
Expand Down

0 comments on commit 242e6aa

Please sign in to comment.