Skip to content
Snippets Groups Projects
Commit ac1157f1 authored by poka's avatar poka
Browse files

upgrade dependencies

parent c60a8ad4
No related branches found
Tags v0.1.7+78
No related merge requests found
Pipeline #18860 waiting for manual action
......@@ -168,7 +168,6 @@ Future<bool> isIconPresent(IconData icon,
{Duration timeout = const Duration(seconds: 1)}) async {
await tester.pumpAndSettle();
final finder = find.byIcon(icon);
log.d('tatatatatatata: ${finder.evaluate()}');
humanRead();
return finder.evaluate().isEmpty ? false : true;
}
......
......@@ -75,8 +75,8 @@ class CesiumPlusProvider with ChangeNotifier {
data: queryOptions[1],
options: Options(
headers: queryOptions[2],
sendTimeout: 3000,
receiveTimeout: 5000,
sendTimeout: const Duration(seconds: 3),
receiveTimeout: const Duration(seconds: 5),
),
);
// response = await http.post((Uri.parse(queryOptions[0])),
......@@ -118,8 +118,8 @@ class CesiumPlusProvider with ChangeNotifier {
data: queryOptions[1],
options: Options(
headers: queryOptions[2],
sendTimeout: 4000,
receiveTimeout: 15000,
sendTimeout: const Duration(seconds: 4),
receiveTimeout: const Duration(seconds: 15),
),
cancelToken: avatarCancelToken)
.timeout(
......
This diff is collapsed.
......@@ -5,7 +5,7 @@ description: Pay with G1.
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 0.1.0+54
version: 0.1.0+55
environment:
sdk: '>=2.12.0 <3.0.0'
......@@ -39,7 +39,7 @@ dependencies:
shared_preferences: ^2.0.7
truncate: ^3.0.1
unorm_dart: ^0.2.0
dio: ^4.0.4
dio: ^5.0.1
durt: ^0.1.6
package_info_plus: ^3.0.2
polkawallet_sdk: #^0.4.9
......@@ -58,7 +58,7 @@ dependencies:
hex: ^0.2.0
flutter_dotenv: ^5.0.2
accordion: ^2.5.1
flutter_svg: ^1.1.6
flutter_svg: ^2.0.2
pinenacl: ^0.3.3
fast_base58: ^0.2.1
graphql: ^5.1.1
......@@ -69,7 +69,7 @@ dependencies:
dev_dependencies:
# flutter_launcher_icons: ^0.9.2
# flutter_launcher_icons_maker: ^^0.10.2
flutter_launcher_icons: "^0.11.0"
flutter_launcher_icons: ^0.12.0
icons_launcher: ^2.0.6
build_runner: ^2.1.2
flutter_test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment