Skip to content

Commit

Permalink
Merge pull request #142 from reown-com/feature/added_note_on_flutter
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool authored Nov 10, 2024
2 parents 9f608ff + 7d75ae0 commit baa7055
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/appkit/flutter/core/custom-chains.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ AppKit includes a predefined list of supported mainnets, (such as the Solana mai

However, this class can be modified in order to achieve the following results, and more:

:::info
non-EVM blockchains are supported from version `1.2.0-beta01`
:::

```javascript
// You can add more EVM networks
List<ReownAppKitModalNetworkInfo> extraChains = [...];
Expand All @@ -25,7 +29,7 @@ ReownAppKitModalNetworks.removeTestNetworks();
```

```javascript
// Add more non-EVM networls, such as Polkadot
// Add more non-EVM networks, such as Polkadot
ReownAppKitModalNetworks.addSupportedNetworks('polkadot', [
ReownAppKitModalNetworkInfo(
name: 'Polkadot',
Expand Down
4 changes: 4 additions & 0 deletions docs/appkit/flutter/core/email.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Remember to whitelist your dapp's iOS's bundleId and Android's packageName in yo

:::

:::info
Social Login are avaiable from version `1.2.0-beta01`
:::

## Integration

In order to support Email and Social Wallets creation just set `featuresConfig:` parameter in `ReownAppKitModal` initialization.
Expand Down
4 changes: 4 additions & 0 deletions docs/appkit/flutter/core/options.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ Used to configure extra features such [Email and Social Login](../core/email.mdx

### getBalanceFallback:

:::info
Available from version `1.2.0-beta01`
:::

This callback method will be triggered if getting the balance from our blockchain API fails due to unsupported network. You may replace this with your own `getBalance()` method if desired.

### requiredNamespaces: and optionalNamespaces:
Expand Down

0 comments on commit baa7055

Please sign in to comment.