Skip to content

Commit 5235046

Browse files
committed
add pre build time features options
1 parent 5de3119 commit 5235046

3 files changed

Lines changed: 5 additions & 1 deletion

File tree

lib/app_config.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import 'wallets/crypto_currency/intermediate/frost_currency.dart';
66

77
part 'app_config.g.dart';
88

9-
enum AppFeature { themeSelection, buy, swap, tor }
9+
enum AppFeature { themeSelection, buy, swap, tor, shopinBit, cakePay }
1010

1111
abstract class AppConfig {
1212
static const appName = _prefix + _separator + suffix;

scripts/app_config/configure_stack_duo.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ const Set<AppFeature> _features = {
6565
AppFeature.themeSelection,
6666
AppFeature.buy,
6767
AppFeature.tor,
68+
AppFeature.shopinBit,
69+
AppFeature.cakePay,
6870
AppFeature.swap
6971
};
7072

scripts/app_config/configure_stack_wallet.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ const Set<AppFeature> _features = {
9393
AppFeature.themeSelection,
9494
AppFeature.buy,
9595
AppFeature.tor,
96+
AppFeature.shopinBit,
97+
AppFeature.cakePay,
9698
AppFeature.swap
9799
};
98100

0 commit comments

Comments
 (0)