mirror of
https://github.com/stonega/tsacdop
synced 2025-02-22 14:27:42 +01:00
Update plugins.
This commit is contained in:
parent
9b6f7f05e2
commit
80e22ab24d
@ -439,7 +439,7 @@ class HistoryChart extends StatelessWidget {
|
|||||||
titlesData: FlTitlesData(
|
titlesData: FlTitlesData(
|
||||||
show: true,
|
show: true,
|
||||||
bottomTitles: SideTitles(
|
bottomTitles: SideTitles(
|
||||||
textStyle: TextStyle(
|
getTextStyles: (i) => TextStyle(
|
||||||
color: const Color(0xff67727d),
|
color: const Color(0xff67727d),
|
||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
@ -454,7 +454,7 @@ class HistoryChart extends StatelessWidget {
|
|||||||
),
|
),
|
||||||
leftTitles: SideTitles(
|
leftTitles: SideTitles(
|
||||||
showTitles: true,
|
showTitles: true,
|
||||||
textStyle: TextStyle(
|
getTextStyles: (s) => TextStyle(
|
||||||
color: const Color(0xff67727d),
|
color: const Color(0xff67727d),
|
||||||
fontWeight: FontWeight.bold,
|
fontWeight: FontWeight.bold,
|
||||||
fontSize: 12,
|
fontSize: 12,
|
||||||
|
14
pubspec.yaml
14
pubspec.yaml
@ -12,7 +12,7 @@ dependencies:
|
|||||||
flutter_localizations:
|
flutter_localizations:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
auto_animated: ^2.1.0
|
auto_animated: ^2.1.0
|
||||||
audio_session: ^0.0.7
|
audio_session: ^0.0.8
|
||||||
cached_network_image: ^2.3.2+1
|
cached_network_image: ^2.3.2+1
|
||||||
color_thief_flutter: ^1.0.2
|
color_thief_flutter: ^1.0.2
|
||||||
confetti: ^0.5.4+1
|
confetti: ^0.5.4+1
|
||||||
@ -28,18 +28,18 @@ dependencies:
|
|||||||
effective_dart: ^1.2.4
|
effective_dart: ^1.2.4
|
||||||
equatable: ^1.2.5
|
equatable: ^1.2.5
|
||||||
feature_discovery: ^0.10.0
|
feature_discovery: ^0.10.0
|
||||||
file_picker: ^2.0.1+2
|
file_picker: ^2.0.7
|
||||||
flutter_html: ^0.11.1
|
flutter_html: ^0.11.1
|
||||||
flutter_downloader: ^1.5.0
|
flutter_downloader: ^1.5.1
|
||||||
fluttertoast: ^4.0.0
|
fluttertoast: ^4.0.0
|
||||||
flutter_isolate: ^1.0.0+14
|
flutter_isolate: ^1.0.0+14
|
||||||
flutter_linkify: ^3.1.3
|
flutter_linkify: ^3.1.3
|
||||||
flutter_file_dialog: ^0.0.5
|
flutter_file_dialog: ^0.0.5
|
||||||
flare_flutter: ^2.0.6
|
flare_flutter: ^2.0.6
|
||||||
fl_chart: ^0.11.1
|
fl_chart: ^0.12.0
|
||||||
marquee: ^1.6.1
|
marquee: ^1.6.1
|
||||||
google_fonts: ^1.1.0
|
google_fonts: ^1.1.0
|
||||||
image: ^2.1.17
|
image: ^2.1.18
|
||||||
intl: ^0.16.1
|
intl: ^0.16.1
|
||||||
json_serializable: ^3.5.0
|
json_serializable: ^3.5.0
|
||||||
json_annotation: ^3.1.0
|
json_annotation: ^3.1.0
|
||||||
@ -50,12 +50,12 @@ dependencies:
|
|||||||
sqflite: ^1.3.1+1
|
sqflite: ^1.3.1+1
|
||||||
shared_preferences: ^0.5.12
|
shared_preferences: ^0.5.12
|
||||||
tuple: ^1.0.3
|
tuple: ^1.0.3
|
||||||
url_launcher: ^5.7.1
|
url_launcher: ^5.7.2
|
||||||
uuid: ^2.2.2
|
uuid: ^2.2.2
|
||||||
xml: ^4.2.0
|
xml: ^4.2.0
|
||||||
workmanager: ^0.2.3
|
workmanager: ^0.2.3
|
||||||
wc_flutter_share: ^0.2.2
|
wc_flutter_share: ^0.2.2
|
||||||
audio_service: ^0.15.0
|
audio_service: ^0.15.1
|
||||||
just_audio:
|
just_audio:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/stonega/just_audio.git
|
url: https://github.com/stonega/just_audio.git
|
||||||
|
Loading…
x
Reference in New Issue
Block a user