chore: remove unneeded changes

This commit is contained in:
Rafael Saes 2023-11-19 10:51:08 -03:00
parent 553a858a73
commit b3ef04491d
14 changed files with 19 additions and 137 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -86,9 +86,11 @@ packages:
bitcoin_flutter:
dependency: "direct main"
description:
path: "/home/rafael/Storage/Repositories/bitcoin_flutter"
relative: false
source: path
path: "."
ref: silent-payments
resolved-ref: c96f9d5344e7c6a6164d0c184d77cbd6d8e21e65
url: "https://github.com/cake-tech/bitcoin_flutter"
source: git
version: "2.0.2"
boolean_selector:
dependency: transitive

View file

@ -20,7 +20,9 @@ dependencies:
cw_core:
path: ../cw_core
bitcoin_flutter:
path: /home/rafael/Storage/Repositories/bitcoin_flutter
git:
url: https://github.com/cake-tech/bitcoin_flutter
ref: silent-payments
bitbox:
git:
url: https://github.com/cake-tech/bitbox-flutter.git

View file

@ -22,7 +22,9 @@ dependencies:
cw_bitcoin:
path: ../cw_bitcoin
bitcoin_flutter:
path: /home/rafael/Storage/Repositories/bitcoin_flutter
git:
url: https://github.com/cake-tech/bitcoin_flutter
ref: silent-payments
bitbox:
git:
url: https://github.com/cake-tech/bitbox-flutter.git

File diff suppressed because one or more lines are too long

View file

@ -7,7 +7,7 @@ homepage: https://cakewallet.com
environment:
sdk: ">=2.17.5 <3.0.0"
flutter: ">=3.0.6"
flutter: ">=1.20.0"
dependencies:
flutter:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 586 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 862 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

View file

@ -2,7 +2,7 @@ import 'package:cake_wallet/core/seed_validator.dart';
import 'package:cw_core/wallet_type.dart';
import 'package:flutter/material.dart';
class Annotation implements Comparable<Annotation> {
class Annotation extends Comparable<Annotation> {
Annotation({required this.range, required this.style});
final TextRange range;

View file

@ -1,12 +0,0 @@
import FlutterMacOS
import Cocoa
import XCTest
class RunnerTests: XCTestCase {
func testExample() {
// If you add code to the Runner application, consider adding tests here.
// See https://developer.apple.com/documentation/xctest for more information about using XCTest.
}
}

View file

@ -87,7 +87,9 @@ dependencies:
url: https://github.com/cake-tech/ens_dart.git
ref: main
bitcoin_flutter:
path: /home/rafael/Storage/Repositories/bitcoin_flutter
git:
url: https://github.com/cake-tech/bitcoin_flutter
ref: silent-payments
fluttertoast: 8.1.4
tor:
git: