Mobile Client: Home Page: Reset Text size

This commit is contained in:
Arthi-chaud
2022-02-16 10:28:59 +01:00
parent e56a367574
commit f216fdb950
4 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.aeris.mobile"
minSdkVersion 16
minSdkVersion 29
targetSdkVersion flutter.targetSdkVersion
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
+2 -2
View File
@@ -40,7 +40,7 @@ class _PipelineCardState extends State<PipelineCard> {
body: Container(
width: double.infinity,
padding:
const EdgeInsets.only(top: 20, bottom: 20, left: 40, right: 30),
const EdgeInsets.only(top: 20, bottom: 20, left: 30, right: 25),
child: Row(children: [
Expanded(
flex: 5,
@@ -59,7 +59,7 @@ class _PipelineCardState extends State<PipelineCard> {
color: widget.pipeline.enabled == false
? Theme.of(context).colorScheme.onSurface
: const Color.fromARGB(255, 83, 83, 83),
fontSize: 12)),
fontSize: 14)),
],
)),
Expanded(
+11 -11
View File
@@ -28,7 +28,7 @@ packages:
name: archive
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.11"
version: "3.2.0"
args:
dependency: transitive
description:
@@ -159,7 +159,7 @@ packages:
name: flutter_blurhash
url: "https://pub.dartlang.org"
source: hosted
version: "0.6.0"
version: "0.6.4"
flutter_cache_manager:
dependency: transitive
description:
@@ -363,7 +363,7 @@ packages:
name: path_provider
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.8"
version: "2.0.9"
path_provider_android:
dependency: transitive
description:
@@ -578,35 +578,35 @@ packages:
name: url_launcher
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.18"
version: "6.0.20"
url_launcher_android:
dependency: transitive
description:
name: url_launcher_android
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.14"
version: "6.0.15"
url_launcher_ios:
dependency: transitive
description:
name: url_launcher_ios
url: "https://pub.dartlang.org"
source: hosted
version: "6.0.14"
version: "6.0.15"
url_launcher_linux:
dependency: transitive
description:
name: url_launcher_linux
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.3"
version: "3.0.0"
url_launcher_macos:
dependency: transitive
description:
name: url_launcher_macos
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.3"
version: "3.0.0"
url_launcher_platform_interface:
dependency: transitive
description:
@@ -627,7 +627,7 @@ packages:
name: url_launcher_windows
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.2"
version: "3.0.0"
uuid:
dependency: transitive
description:
@@ -648,7 +648,7 @@ packages:
name: win32
url: "https://pub.dartlang.org"
source: hosted
version: "2.3.11"
version: "2.4.0"
xdg_directories:
dependency: transitive
description:
@@ -671,5 +671,5 @@ packages:
source: hosted
version: "3.1.0"
sdks:
dart: ">=2.16.0-100.0.dev <3.0.0"
dart: ">=2.16.0 <3.0.0"
flutter: ">=2.10.0"
+1 -1
View File
@@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.16.0 <3.0.0"
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions