Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
Merge #367
Browse files Browse the repository at this point in the history
367: Prepare release 0.2.0 r=holzeis a=holzeis



Co-authored-by: itchymax <[email protected]>
  • Loading branch information
bors[bot] and 1010Tom authored Nov 24, 2022
2 parents 327c883 + 886e8cd commit 82ad5cc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 82 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.0] - 2022-11-24

### Added

- A mobile Lightning node that can be used to send and receive payments.
Expand Down Expand Up @@ -34,5 +36,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Backup seed view
- Mocked CFD trading view

[Unreleased]: https://github.com/itchysats/10101/compare/0.1.0...HEAD
[Unreleased]: https://github.com/itchysats/10101/compare/0.2.0...HEAD
[0.2.0]: https://github.com/itchysats/10101/compare/0.1.0...0.2.0
[0.1.0]: https://github.com/itchysats/10101/compare/fe2edaf79caea892b10d61b4f23a4e76fec808d2...0.1.0
88 changes: 7 additions & 81 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,40 +1,13 @@
# Cannot be 10101 here unfortunately
name: ten_ten_one
description: A non-custodial Bitcoin and Lightning wallet for the masses. Trade derivatives, bet on your favorite team or set up a non-custodial savings account on Bitcoin. Powered by Lightning and DLCs. Built with ❤️.

# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: "none" # Remove this line if you wish to publish to pub.dev

# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 0.1.0

publish_to: none
version: 0.2.0
environment:
sdk: ">=2.17.0 <3.0.0"

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
flutter:
sdk: flutter

flutter_rust_bridge: ^1.49.1

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.5
freezed_annotation: ^2.1.0
ffi: ^2.0.1
Expand All @@ -51,78 +24,31 @@ dependencies:
qr_flutter: ^4.0.0
webview_flutter_plus: ^0.3.0
dev_dependencies:
flutter_launcher_icons: "^0.11.0"
flutter_launcher_icons: ^0.11.0
flutter_test:
sdk: flutter
integration_test:
sdk: flutter

# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^1.0.0
freezed: ^2.2.1
build_runner: ^2.2.0
ffigen: ^7.2.0

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec

# The following section specifies the flutter icons for the different target platforms
flutter_icons:
android: true
ios: true
image_path: "assets/10101_logo.png"
min_sdk_android: 21 # android min sdk min:16, default 21
image_path: assets/10101_logo.png
min_sdk_android: 21
remove_alpha_ios: true
web:
generate: false
macos:
generate: true
image_path: "assets/10101_logo.png"
image_path: assets/10101_logo.png
windows:
generate: true
image_path: "assets/10101_logo.png"

# The following section is specific to Flutter.
image_path: assets/10101_logo.png
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true

# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg

# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.

# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages

# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages
assets:
- assets/10101_logo.svg
- assets/10101_logo.png
Expand Down

0 comments on commit 82ad5cc

Please sign in to comment.