RE: RE: Experimenting with AIOHA package & trying to integrate it in flutter project
You are viewing a single comment's thread from:

RE: Experimenting with AIOHA package & trying to integrate it in flutter project

Words
54
Reading
1 min
Listen
Play
1y

Aioha core is code-splitted by default to keep main bundle size as small as possible, dependencies from some providers are only loaded when it is being used. If you're not using the CDN or pnpm i you have to download all vendor bundles which are hiveauth-aes.bundle.js and ledger.bundle.js from the same place where you downloaded the main bundle.

@techcoderx: Aioha core is | Ecency