Skip to content

Commit cf7f5cc

Browse files
committed
Merge branch 'feature/flutter_docs_update' of https://github.com/reown-com/reown-docs into feature/flutter_docs_update
2 parents 341cbab + 4c50bfe commit cf7f5cc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

appkit/flutter/core/actions.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ValueListenableBuilder<String>(
1717

1818
```
1919

20-
### - Launch block explorer
20+
### Launch block explorer
2121

2222
You can open the selected chain's block explorer easily:
2323

appkit/flutter/core/email.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,6 @@ AppKitModalAccountButton(
7575

7676
## User Flow
7777

78-
1. Users will be able to connect to you application by simply using an email address or a social option. When selecting an option, the user will be redirected to a secure-site's login in the device's default browser. When using Email option, AppKit will send first an approve link to your email and then a One Time Password (OTP) to use in the login flow, which will help to verify the user's authenticity. In any case, Email and Social options will create a non-custodial wallet for your user which will be available in any application that integrates AppKit and Email Wallets.
78+
1. Users will be able to connect to your application by simply using an email address or a social option. When selecting an option, the user will be redirected to a secure-site's login in the device's default browser. When using Email option, AppKit will send first an approve link to your email and then a One Time Password (OTP) to use in the login flow, which will help to verify the user's authenticity. In any case, Email and Social options will create a non-custodial wallet for your user which will be available in any application that integrates AppKit and Email Wallets.
7979

8080
2. Eventually the user can optionally choose to move from a non-custodial wallet to a self-custodial one by pressing "Upgrade Wallet" on AppKit. This will open the Reown secure website that will walk your user through the upgrading process.

appkit/flutter/core/options.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ This callback method will be triggered if getting the balance from our blockchai
6464

6565
These are the set of namespaces that will be requested to the wallet you are connecting to.
6666

67-
These values are optionals and, in most cases, not required since AppKit already defines every required and optional namespace internally based on configured networks (EVM and Solana by default).
67+
These values are optional and, in most cases, not required since AppKit already defines every required and optional namespace internally based on configured networks (EVM and Solana by default).
6868

6969
However, if you would want to override that definition with your own or support more networks than just EVM and Solana (i.e. Polkadot, Kadena, etc...) these are the object you should modify. See [Custom Networks](../core/custom-chains). section.
7070

0 commit comments

Comments
 (0)