packages upgrade

This commit is contained in:
Thibault Deckers 2020-10-27 11:08:36 +09:00
parent 2f92138342
commit 79c522eae5
4 changed files with 26 additions and 26 deletions

View file

@ -131,9 +131,9 @@ class EntryLeafletMapState extends State<EntryLeafletMap> with AutomaticKeepAliv
a: TextStyle(color: Theme.of(context).accentColor), a: TextStyle(color: Theme.of(context).accentColor),
p: TextStyle(color: Colors.white70, fontSize: 13, fontFamily: 'Concourse'), p: TextStyle(color: Colors.white70, fontSize: 13, fontFamily: 'Concourse'),
), ),
onTapLink: (url) async { onTapLink: (text, href, title) async {
if (await canLaunch(url)) { if (await canLaunch(href)) {
await launch(url); await launch(href);
} }
}, },
), ),

View file

@ -156,9 +156,9 @@ class _WelcomePageState extends State<WelcomePage> {
child: Markdown( child: Markdown(
data: terms, data: terms,
selectable: true, selectable: true,
onTapLink: (url) async { onTapLink: (text, href, title) async {
if (await canLaunch(url)) { if (await canLaunch(href)) {
await launch(url); await launch(href);
} }
}, },
shrinkWrap: true, shrinkWrap: true,

View file

@ -49,7 +49,7 @@ packages:
name: barcode name: barcode
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.17.0" version: "1.17.1"
boolean_selector: boolean_selector:
dependency: transitive dependency: transitive
description: description:
@ -296,7 +296,7 @@ packages:
name: flutter_markdown name: flutter_markdown
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.4.4" version: "0.5.0"
flutter_native_timezone: flutter_native_timezone:
dependency: "direct main" dependency: "direct main"
description: description:
@ -324,7 +324,7 @@ packages:
name: flutter_svg name: flutter_svg
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.19.0" version: "0.19.1"
flutter_test: flutter_test:
dependency: "direct dev" dependency: "direct dev"
description: flutter description: flutter
@ -416,7 +416,7 @@ packages:
name: js name: js
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.6.3-nullsafety.1" version: "0.6.3-nullsafety.2"
json_rpc_2: json_rpc_2:
dependency: transitive dependency: transitive
description: description:
@ -451,7 +451,7 @@ packages:
name: markdown name: markdown
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.1.8" version: "3.0.0"
matcher: matcher:
dependency: transitive dependency: transitive
description: description:
@ -570,7 +570,7 @@ packages:
name: path_provider name: path_provider
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.6.21" version: "1.6.22"
path_provider_linux: path_provider_linux:
dependency: transitive dependency: transitive
description: description:
@ -612,14 +612,14 @@ packages:
name: pedantic name: pedantic
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.10.0-nullsafety.1" version: "1.10.0-nullsafety.2"
percent_indicator: percent_indicator:
dependency: "direct main" dependency: "direct main"
description: description:
name: percent_indicator name: percent_indicator
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.1.7+4" version: "2.1.8"
permission_handler: permission_handler:
dependency: "direct main" dependency: "direct main"
description: description:
@ -670,7 +670,7 @@ packages:
name: pool name: pool
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.5.0-nullsafety.1" version: "1.5.0-nullsafety.2"
positioned_tap_detector: positioned_tap_detector:
dependency: transitive dependency: transitive
description: description:
@ -684,7 +684,7 @@ packages:
name: printing name: printing
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "3.6.1" version: "3.6.4"
process: process:
dependency: transitive dependency: transitive
description: description:
@ -726,7 +726,7 @@ packages:
name: quiver name: quiver
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.1.3" version: "2.1.4+1"
rxdart: rxdart:
dependency: transitive dependency: transitive
description: description:
@ -822,14 +822,14 @@ packages:
name: source_map_stack_trace name: source_map_stack_trace
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.1.0-nullsafety.2" version: "2.1.0-nullsafety.3"
source_maps: source_maps:
dependency: transitive dependency: transitive
description: description:
name: source_maps name: source_maps
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.10.10-nullsafety.1" version: "0.10.10-nullsafety.2"
source_span: source_span:
dependency: transitive dependency: transitive
description: description:
@ -843,7 +843,7 @@ packages:
name: sqflite name: sqflite
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.3.1+1" version: "1.3.1+2"
sqflite_common: sqflite_common:
dependency: transitive dependency: transitive
description: description:
@ -962,14 +962,14 @@ packages:
name: url_launcher name: url_launcher
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "5.7.5" version: "5.7.8"
url_launcher_linux: url_launcher_linux:
dependency: transitive dependency: transitive
description: description:
name: url_launcher_linux name: url_launcher_linux
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.0.1+1" version: "0.0.1+3"
url_launcher_macos: url_launcher_macos:
dependency: transitive dependency: transitive
description: description:
@ -983,14 +983,14 @@ packages:
name: url_launcher_platform_interface name: url_launcher_platform_interface
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.0.8" version: "1.0.9"
url_launcher_web: url_launcher_web:
dependency: transitive dependency: transitive
description: description:
name: url_launcher_web name: url_launcher_web
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "0.1.4+1" version: "0.1.5"
url_launcher_windows: url_launcher_windows:
dependency: transitive dependency: transitive
description: description:

View file

@ -48,8 +48,8 @@ dependencies:
# path: ../expansion_tile_card # path: ../expansion_tile_card
git: git:
url: git://github.com/deckerst/expansion_tile_card.git url: git://github.com/deckerst/expansion_tile_card.git
firebase_core: "^0.5.0" firebase_core:
firebase_crashlytics: "^0.2.0-dev.5" firebase_crashlytics:
flushbar: flushbar:
flutter_ijkplayer: flutter_ijkplayer:
# path: ../flutter_ijkplayer # path: ../flutter_ijkplayer