Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions src/pages/guides/flutter-wallet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import SEO from "@site/src/components/SEO";
import TabItem from "@theme/TabItem";
import Tabs from "@theme/Tabs";
import WalletPreview from "@site/static/guides/flutter-wallet-preview.png";
import DashboardSetup from "@site/src/common/guides/_web3auth_dashboard_setup.mdx";

<SEO
title="Build your own Chain Agnostic Web3 wallet in Flutter"
Expand Down Expand Up @@ -41,11 +42,7 @@ Here are few screenshots of the application.

## How to set up Web3Auth Dashboard

If you haven't already, sign up on the Web3Auth platform. It is free and gives you access to the
Web3Auth's base plan. After the basic setup, explore other features and functionalities offered by
the Web3Auth Dashboard. It includes custom verifiers, whitelabeling, analytics, and more. Head to
[Web3Auth's documentation](/docs/dashboard-setup) page for detailed instructions on setting up the
Web3Auth Dashboard.
<DashboardSetup />

## Integrating Web3Auth in Flutter

Expand Down
Loading