Skip to content

Commit

Permalink
update package deps and remove unwanted AppVersionText (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zfinix authored Apr 19, 2022
1 parent 7e2bb66 commit f71ea66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 27 deletions.
1 change: 0 additions & 1 deletion starport_template/lib/pages/settings_sheet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import 'package:cosmos_utils/cosmos_utils.dart';
import 'package:flutter/material.dart';
import 'package:modal_bottom_sheet/modal_bottom_sheet.dart';
import 'package:starport_template/pages/security_sheet.dart';
import 'package:starport_template/widgets/app_version_text.dart';

class SettingsSheet extends StatelessWidget {
const SettingsSheet({Key? key}) : super(key: key);
Expand Down
20 changes: 0 additions & 20 deletions starport_template/lib/widgets/app_version_text.dart

This file was deleted.

12 changes: 6 additions & 6 deletions starport_template/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ packages:
name: build
url: "https://pub.dartlang.org"
source: hosted
version: "2.2.1"
version: "2.3.0"
build_config:
dependency: transitive
description:
Expand Down Expand Up @@ -153,7 +153,7 @@ packages:
description:
path: "packages/cosmos_auth"
ref: main
resolved-ref: "6d6a66c11aec98326728f99eab2672a88a9de8a3"
resolved-ref: "7e2bb662a74772ada30870e605ce3aeae6dfb3cb"
url: "https://github.com/tendermint/flutter.git"
source: git
version: "0.0.1"
Expand All @@ -162,7 +162,7 @@ packages:
description:
path: "packages/cosmos_ui_components"
ref: main
resolved-ref: "6d6a66c11aec98326728f99eab2672a88a9de8a3"
resolved-ref: "7e2bb662a74772ada30870e605ce3aeae6dfb3cb"
url: "https://github.com/tendermint/flutter.git"
source: git
version: "0.0.1"
Expand All @@ -171,7 +171,7 @@ packages:
description:
path: "packages/cosmos_utils"
ref: main
resolved-ref: "6d6a66c11aec98326728f99eab2672a88a9de8a3"
resolved-ref: "7e2bb662a74772ada30870e605ce3aeae6dfb3cb"
url: "https://github.com/tendermint/flutter.git"
source: git
version: "0.0.1"
Expand Down Expand Up @@ -788,7 +788,7 @@ packages:
description:
path: "packages/transaction_signing_gateway"
ref: main
resolved-ref: "6d6a66c11aec98326728f99eab2672a88a9de8a3"
resolved-ref: "7e2bb662a74772ada30870e605ce3aeae6dfb3cb"
url: "https://github.com/tendermint/flutter.git"
source: git
version: "0.0.1"
Expand Down Expand Up @@ -905,5 +905,5 @@ packages:
source: hosted
version: "3.1.0"
sdks:
dart: ">=2.15.0 <3.0.0"
dart: ">=2.16.1 <3.0.0"
flutter: ">=2.10.0"

0 comments on commit f71ea66

Please # to comment.