mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-03-31 19:49:04 +00:00
chore: remove unneeded changes
This commit is contained in:
parent
553a858a73
commit
b3ef04491d
14 changed files with 19 additions and 137 deletions
.metadata
cw_bitcoin
cw_bitcoin_cash
cw_monero
ios/Runner/Assets.xcassets/AppIcon.appiconset
lib/src/widgets
macos/RunnerTests
pubspec_base.yaml
46
.metadata
46
.metadata
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
@ -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 ![]() (image error) Size: 11 KiB |
Binary file not shown.
Before ![]() (image error) Size: 586 B |
Binary file not shown.
Before ![]() (image error) Size: 862 B |
Binary file not shown.
Before ![]() (image error) Size: 1.6 KiB |
|
@ -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;
|
||||
|
|
|
@ -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.
|
||||
}
|
||||
|
||||
}
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue