<activity android:name="clancey.simpleauth.simpleauthflutter.SimpleAuthCallbackActivity" android:exported="true">
<intent-filter android:label="Pallet">
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="db-feuuw50lyg85b3b" />
<data android:scheme="com.googleusercontent.apps.312636396063-4vauh4vqdodasb7afkgvmrnldfm00ffj"/>
</intent-filter>
</activity>
class MainActivity: ThrioFlutterFragmentActivity() {
init {
System.loadLibrary("TrustWalletCore")
}
...
}
source 'git@github.com:Pallet-Pte/specs.git'
pallet_lite:
hosted: https://jfrog.infra.ww5sawfyut0k.bitsvc.io/artifactory/api/pub/pallet-pub-prod-virtual/
version: 1.0.6
pallet:
hosted: https://jfrog.infra.ww5sawfyut0k.bitsvc.io/artifactory/api/pub/pallet-pub-prod-virtual/
version: 1.4.4
class Module with ThrioModule, ModuleJsonDeserializer, ModuleJsonSerializer, ModuleParamScheme {
@override
void onModuleRegister(final ModuleContext moduleContext) {
/// Set delegate for Pallet
bv.PalletModule().setPalletDelegate(PalletDelegateImpl(moduleContext));
/// Set rootNavigator
bv.PalletModule().setRootNavigatorKey(RouteRegistry.rootNavigatorKey);
/// Register Pallet Module
registerModule(bv.Module(),moduleContext);
}
@override
void onParamSchemeRegister(final ModuleContext moduleContext) {}
@override
void onJsonSerializerRegister(final ModuleContext moduleContext) {}
@override
void onJsonDeserializerRegister(final ModuleContext moduleContext) {}
}
PalletModule().ensureInited(null);
/// Enter the wallet home page
PalletModule().enterPalletHome(context);
/// Enter the wallet crate page
PalletModule().gotoCreateWallet(context);