Skip to content

Commit

Permalink
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions android/fastlane/metadata/android/en-US/changelogs/85.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- The gift button now is displayed on wallets without drives
4 changes: 4 additions & 0 deletions lib/pages/no_drives/no_drives_page.dart
Original file line number Diff line number Diff line change
@@ -9,6 +9,8 @@ import 'package:flutter/material.dart';
import 'package:flutter_bloc/flutter_bloc.dart';
import 'package:responsive_builder/responsive_builder.dart';

import '../../gift/reedem_button.dart';

/// A page letting the user know that they have no personal or attached drives
/// with a call to action for them to add new ones.
class NoDrivesPage extends StatelessWidget {
@@ -39,6 +41,8 @@ class NoDrivesPage extends StatelessWidget {
const Row(
mainAxisAlignment: MainAxisAlignment.end,
children: [
RedeemButton(),
SizedBox(width: 24),
ProfileCard(),
],
),
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@ description: Secure, permanent storage

publish_to: 'none'

version: 2.28.0
version: 2.28.1

environment:
sdk: '>=3.0.2 <4.0.0'

0 comments on commit 8313d81

Please sign in to comment.