2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-04-28 05:26:47 +00:00
Possible bug fix for app launch error
This commit is contained in:
Oliver Walters 2021-10-16 13:17:18 +11:00
parent 11c22885bb
commit 2d4f9f33b7
3 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,11 @@
## InvenTree App Release Notes
---
### 0.5.1 - October 2021
---
- Bug fix for app title
### 0.5.0 - October 2021
---

View File

@ -61,7 +61,7 @@ class InvenTreeApp extends StatelessWidget {
debugShowCheckedModeBanner: false,
builder: OneContext().builder,
navigatorKey: OneContext().key,
onGenerateTitle: (BuildContext context) => I18N.of(context)!.appTitle,
onGenerateTitle: (BuildContext context) => "InvenTree",
theme: ThemeData(
primarySwatch: Colors.lightBlue,
secondaryHeaderColor: Colors.blueGrey,

View File

@ -7,7 +7,7 @@ description: InvenTree stock management
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.5.0+29
version: 0.5.1+30
environment:
sdk: ">=2.12.0 <3.0.0"