Skip to content

Commit

Permalink
Quick fix of Android build and Styling (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobkoerber authored Oct 11, 2023
1 parent ade4b99 commit 5716333
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 23 deletions.
4 changes: 2 additions & 2 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,15 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
connectivity_plus: bf0076dd84a130856aa636df1c71ccaff908fa1d
device_info_plus: c6fb39579d0f423935b0c9ce7ee2f44b71b9fce6
device_info_plus: 7545d84d8d1b896cb16a4ff98c19f07ec4b298ea
Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854
flutter_native_splash: 52501b97d1c0a5f898d687f1646226c1f93c56ef
flutter_secure_storage: 23fc622d89d073675f2eaa109381aefbcf5a49be
FMDB: 2ce00b547f966261cd18927a3ddb07cb6f3db82a
geolocator_apple: cc556e6844d508c95df1e87e3ea6fa4e58c50401
google_maps_flutter_ios: 828b0ddcee41ceae4ba568975d5349159af9399f
map_launcher: e325db1261d029ff33e08e03baccffe09593ffea
package_info_plus: 115f4ad11e0698c8c1c5d8a689390df880f47e85
package_info_plus: fd030dabf36271f146f1f3beacd48f564b0f17f7
path_provider_foundation: 29f094ae23ebbca9d3d0cec13889cd9060c0e943
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825
shared_preferences_foundation: 5b919d13b803cadd15ed2dc053125c68730e5126
Expand Down
15 changes: 0 additions & 15 deletions lib/theme.dart
Original file line number Diff line number Diff line change
Expand Up @@ -168,15 +168,6 @@ ThemeData lightTheme(BuildContext context) {
}
})),

/// style list tiles
listTileTheme: ListTileThemeData(
dense: false,
titleTextStyle: Theme.of(context).textTheme.bodyMedium,
subtitleTextStyle: Theme.of(context)
.textTheme
.bodySmall
?.copyWith(color: Theme.of(context).colorScheme.secondary)),

/// style for segmented button
segmentedButtonTheme: SegmentedButtonThemeData(
style: ButtonStyle(
Expand Down Expand Up @@ -346,12 +337,6 @@ ThemeData darkTheme(BuildContext context) {
}
})),

/// style list tiles
/*listTileTheme: ListTileThemeData(
//dense: true
titleTextStyle: Theme.of(context).textTheme.bodyMedium?.copyWith(color: _almostWhite)
),*/

/// style for segmented button
segmentedButtonTheme: SegmentedButtonThemeData(
style: ButtonStyle(
Expand Down
12 changes: 6 additions & 6 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -301,10 +301,10 @@ packages:
dependency: "direct main"
description:
name: device_info_plus
sha256: "093b02a284b4969bb641a6236bbb8e626e4035c6ec9e30c20b65d505c24b3080"
sha256: "86add5ef97215562d2e090535b0a16f197902b10c369c558a100e74ea06e8659"
url: "https://pub.dev"
source: hosted
version: "10.0.0"
version: "9.0.3"
device_info_plus_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -858,10 +858,10 @@ packages:
dependency: "direct main"
description:
name: package_info_plus
sha256: "0351aaba3b267c4962ed73058a5f62a84de7e39670a20e2916a6baff2ffcfbe5"
sha256: "6ff267fcd9d48cb61c8df74a82680e8b82e940231bb5f68356672fde0397334a"
url: "https://pub.dev"
source: hosted
version: "5.0.0"
version: "4.1.0"
package_info_plus_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -1335,10 +1335,10 @@ packages:
dependency: "direct main"
description:
name: tflite_flutter
sha256: "38c6fa5c5197cadc595e596f7f307a03eaf68917bc14edb5bc8ba8585f6c230a"
sha256: d5acf30411b6a4ee299be25bad5a44e7fc103231fefaecb1c27f42df48251eb9
url: "https://pub.dev"
source: hosted
version: "0.10.3"
version: "0.10.1"
timeago:
dependency: "direct main"
description:
Expand Down
3 changes: 3 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ dependency_overrides:
url: https://github.com/jakobkoerber/packages.git
path: packages/google_maps_flutter/google_maps_flutter_ios
ref: main
tflite_flutter: 0.10.1
package_info_plus: 4.1.0
device_info_plus: 9.0.3

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 5716333

Please sign in to comment.