From 22bc209e81a67c8db03d665278343b527d3bf342 Mon Sep 17 00:00:00 2001 From: sevenflash Date: Fri, 26 Apr 2019 03:11:40 +0545 Subject: [PATCH 1/3] update deps to generate canonical signatures --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 1095dc3..3f47879 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: flutter: sdk: flutter - eosdart_ecc: ^0.2.2 + eosdart_ecc: 0.3.0 eosdart: ^0.3.3 pointycastle: ^1.0.1 crypto: ^2.0.6 From 4df890cc149381756e1d3b7620c5c19c6c3b1529 Mon Sep 17 00:00:00 2001 From: sevenflash Date: Fri, 26 Apr 2019 05:06:39 +0545 Subject: [PATCH 2/3] remove flutter dependency --- pubspec.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 3f47879..802bdc4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,8 +8,6 @@ environment: sdk: ">=2.1.0 <3.0.0" dependencies: - flutter: - sdk: flutter eosdart_ecc: 0.3.0 eosdart: ^0.3.3 pointycastle: ^1.0.1 From d32b684fc848d6cbce94cd0f744bce553b59a616 Mon Sep 17 00:00:00 2001 From: sevenflash Date: Fri, 26 Apr 2019 05:06:39 +0545 Subject: [PATCH 3/3] Revert "remove flutter dependency" This reverts commit 4df890cc149381756e1d3b7620c5c19c6c3b1529. --- pubspec.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pubspec.yaml b/pubspec.yaml index 802bdc4..3f47879 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,6 +8,8 @@ environment: sdk: ">=2.1.0 <3.0.0" dependencies: + flutter: + sdk: flutter eosdart_ecc: 0.3.0 eosdart: ^0.3.3 pointycastle: ^1.0.1