diff --git a/lib/settings/history.dart b/lib/settings/history.dart index 5bd6631..d979d5a 100644 --- a/lib/settings/history.dart +++ b/lib/settings/history.dart @@ -439,7 +439,7 @@ class HistoryChart extends StatelessWidget { titlesData: FlTitlesData( show: true, bottomTitles: SideTitles( - textStyle: TextStyle( + getTextStyles: (i) => TextStyle( color: const Color(0xff67727d), fontWeight: FontWeight.bold, fontSize: 12, @@ -454,7 +454,7 @@ class HistoryChart extends StatelessWidget { ), leftTitles: SideTitles( showTitles: true, - textStyle: TextStyle( + getTextStyles: (s) => TextStyle( color: const Color(0xff67727d), fontWeight: FontWeight.bold, fontSize: 12, diff --git a/pubspec.yaml b/pubspec.yaml index b30240f..598a9ea 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -12,7 +12,7 @@ dependencies: flutter_localizations: sdk: flutter auto_animated: ^2.1.0 - audio_session: ^0.0.7 + audio_session: ^0.0.8 cached_network_image: ^2.3.2+1 color_thief_flutter: ^1.0.2 confetti: ^0.5.4+1 @@ -28,18 +28,18 @@ dependencies: effective_dart: ^1.2.4 equatable: ^1.2.5 feature_discovery: ^0.10.0 - file_picker: ^2.0.1+2 + file_picker: ^2.0.7 flutter_html: ^0.11.1 - flutter_downloader: ^1.5.0 + flutter_downloader: ^1.5.1 fluttertoast: ^4.0.0 flutter_isolate: ^1.0.0+14 flutter_linkify: ^3.1.3 flutter_file_dialog: ^0.0.5 flare_flutter: ^2.0.6 - fl_chart: ^0.11.1 + fl_chart: ^0.12.0 marquee: ^1.6.1 google_fonts: ^1.1.0 - image: ^2.1.17 + image: ^2.1.18 intl: ^0.16.1 json_serializable: ^3.5.0 json_annotation: ^3.1.0 @@ -50,12 +50,12 @@ dependencies: sqflite: ^1.3.1+1 shared_preferences: ^0.5.12 tuple: ^1.0.3 - url_launcher: ^5.7.1 + url_launcher: ^5.7.2 uuid: ^2.2.2 xml: ^4.2.0 workmanager: ^0.2.3 wc_flutter_share: ^0.2.2 - audio_service: ^0.15.0 + audio_service: ^0.15.1 just_audio: git: url: https://github.com/stonega/just_audio.git