Skip to content

Commit

Permalink
add Linkify
Browse files Browse the repository at this point in the history
  • Loading branch information
kenta-wakasa committed Jun 29, 2023
1 parent b9dd87e commit 76c34e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/features/anaba/presentation/anaba_details_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class AnabaDetailsPage extends ConsumerWidget {
),
),
const SizedBox(height: 32),
SelectableLinkify(
Linkify(
text: anaba.data().nonPurchasedContent,
),
const SizedBox(height: 16),
Expand Down

0 comments on commit 76c34e7

Please sign in to comment.