Skip to content

Commit

Permalink
add flutter and react native email
Browse files Browse the repository at this point in the history
  • Loading branch information
glitch-txs committed Jun 12, 2024
1 parent ea64a2c commit 54b9bfc
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/appkit/features/one-click-auth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import Button from '../../components/button'
import Container from '../../components/Container.js'
import Wrapper from '../../components/Home/Wrapper'
import W3MQuickStart from '../../components/W3MQuickStart'
import YoutubeEmbed from '../../components/YoutubeEmbed'
import useBaseUrl from '@docusaurus/useBaseUrl'

import reactLogo from '../../../static/assets/home/reactLogo.png'
Expand Down Expand Up @@ -73,4 +72,5 @@ Enable your users to connect to web3 through a single tap with One-Click Auth, i
/>

<br />

<Button name="Try Demo" url="https://lab.web3modal.com/library/wagmi-siwe/" />
16 changes: 16 additions & 0 deletions docs/appkit/features/socials.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import reactLogo from '../../../static/assets/home/reactLogo.png'
import nextjsLogo from '../../../static/assets/home/nextjsLogo.png'
import vueLogo from '../../../static/assets/home/vueLogo.png'
import javascriptLogo from '../../../static/assets/home/javascriptLogo.png'
import rnLogo from '../../../static/assets/home/rnLogo.png'
import flutterLogo from '../../../static/assets/home/flutterLogo.png'

# Email & Socials

Expand Down Expand Up @@ -50,6 +52,20 @@ AppKit supports the following providers:
description: 'Get started with AppKit in JavaScript.',
icon: javascriptLogo,
href: '../javascript/onboarding/socials'
},
{
name: 'React Native',
type: 'react-native',
description: 'Get started with AppKit in React Native.',
icon: rnLogo,
href: '../react-native/onboarding/email'
},
{
name: 'Flutter',
type: 'flutter',
description: 'Get started with AppKit in Flutter.',
icon: flutterLogo,
href: '../flutter/onboarding/email'
}
]}
/>
1 change: 0 additions & 1 deletion docs/appkit/features/solana.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import Button from '../../components/button'
import Container from '../../components/Container.js'
import Wrapper from '../../components/Home/Wrapper'
import W3MQuickStart from '../../components/W3MQuickStart'
import YoutubeEmbed from '../../components/YoutubeEmbed'
import useBaseUrl from '@docusaurus/useBaseUrl'

import reactLogo from '../../../static/assets/home/reactLogo.png'
Expand Down
3 changes: 0 additions & 3 deletions docs/appkit/flutter/core/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,3 @@ Example:
If you don't want to include/support Coinbase Wallet you just need to pass the walletId `fd20dc426fb37566d803205b19bbc1d4096b248ac04548e3cfb6b3a38bd033aa` to [excludedWalletIds](./options#excludedwalletids) options Array.
:::

## Tutorial

<YoutubeEmbed videoId="v_M2buHCpc4" />
7 changes: 1 addition & 6 deletions docs/appkit/react-native/onboarding/email.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import PlatformTabs from '../../../components/PlatformTabs'
import PlatformTabItem from '../../../components/PlatformTabItem'
import YoutubeEmbed from '../../../components/YoutubeEmbed'

import WagmiImplementation from '../wagmi1/email.mdx'
import EthersImplementation from '../ethers/email.mdx'
Expand Down Expand Up @@ -36,8 +35,4 @@ Due to Safari’s strict third-party cookie policies, the SDK is not preserving
verify the user's authenticity. This will create a non-custodial wallet for your user which will be available in any application that integrates Web3Modal and email login.

2. Eventually the user can optionally choose to move from a non-custodial wallet to a self-custodial one by pressing "Upgrade Wallet" on Web3Modal.
This will open the _([WalletConnect secure website](https://secure.walletconnect.com/dashboard))_ that will walk your user through the upgrading process.

## Video Tutorial

<YoutubeEmbed videoId="I1B9eAJk9aI" />
This will open the _([WalletConnect secure website](https://secure.walletconnect.com/dashboard))_ that will walk your user through the upgrading process.
1 change: 0 additions & 1 deletion docs/appkit/react/core/siwe.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import Tabs from '@theme/Tabs'
import TabItem from '@theme/TabItem'
import SiweCode from '../../shared/siwe/code.mdx'
import SiweParams from '../../shared/siwe/parameters.mdx'
import YoutubeEmbed from '../../../components/YoutubeEmbed'

# Sign In With Ethereum

Expand Down

0 comments on commit 54b9bfc

Please sign in to comment.