Hello Hive Community Members,
Welcome to daily updates from @sagarkothari88 - a Hive Witness & mobile-app-developer.
We'll have a web-view on the native app side.
Using this web-view we'll be able to execute javascript of our choice.
Flutter can talk to native-apps & native apps can execute these javascript.
With this, we don't have to re-invent the wheel & create libraries in dart/flutter.
With this approach, we utilise already developed javascript libraries & make the max out of it.
In today's post, I'll talk about the javascript code which we'll be adding
In next post, I'll talk about how to execute javascript functions from Flutter.
Reference #1: https://gitlab.syncad.com/hive/condenser/-/blob/develop/src/app/redux/UserSaga.js#L861
Reference #2: https://developers.hive.io/services/imageHoster.html
<body>
// this one to get the access to Buffer
<script src="https://bundle.run/[email protected]"></script>
image_picker on the Flutter side. function _getFileTypeFromExtension(fileName) {
let extension = fileName.split(".").pop().toLowerCase();
switch (extension) {
case "jpg":
case "jpeg":
return "image/jpeg";
case "png":
return "image/png";
case "gif":
return "image/gif";
default:
return "image/jpeg";
}
}
function _createFileFromBinaryString(binaryString, filePath) {
let fileName = filePath.substring(filePath.lastIndexOf("/") + 1);
let fileType = _getFileTypeFromExtension(fileName);
let byteArray = new Uint8Array(binaryString.length);
for (let i = 0; i < binaryString.length; i++) {
byteArray[i] = binaryString.charCodeAt(i);
}
let blob = new Blob([byteArray], { type: fileType });
let file = new File([blob], fileName, { type: fileType });
return file;
}
async function uploadImage(id, accountName, binary, filePath) {
const binaryString = atob(binary);
var file = _createFileFromBinaryString(binaryString, filePath);
const content = window.buffer.Buffer.from(binaryString, "binary");
const prefix = window.buffer.Buffer.from("ImageSigningChallenge");
const buf = window.buffer.Buffer.concat([prefix, content]);
// need to work on now getting the buffer signed from HiveKeychain/HiveAuth using HAS.
}
NOTE: If you don't like tagging you under curation report, let me know in comment section & I'll exclude you from the curation report.
| Author | Post | Weight |
|---|---|---|
| @juancar347/eng-spn-a-lost-hermitage-in-the-bureba-una-ermita-perdida-en-la-bureba | 40 % | |
| @amitsharma/chandeliers-cane-lampshades-lamps-beautiful-decorative-ideas-to-illuminate-spaces | 22 % | |
| @rtonline/battle-mage-secrets-weekly-challenge-five-alive-ruleset-splinterlands | 36 % | |
| @abenad/1000-hp-in-three-months-im-emotional | 20 % | |
| @edittasc86/esp-eng-sincronias-oror-iniciativa-el-regalo-de-coincidir | 20 % | |
| @eumelysm/the-best-coincidences-of-my-life-initiative-programming-for-wellness-esp-ing | 20 % | |
| @osomar357/iniciativa-personalidades-fuertes-seres-empaticos | 20 % | |
| @antoniarhuiz/esp-eng-sincronia-de-la-vida-coincidencias-oror-iniciativa-el-regalo-de-coincidir | 22 % | |
| @vickoly/reflections-on-side-hustles-triumphs-and-trials-in-pursuit-of-financial-freedom | 27 % | |
| @emmaris/estrategia-para-trabajar-las-emociones-con-los-ninos-en-casa-esp-eng | 20 % | |
| @xykorlz/fantastic-five-alive-challenge | 21 % | |
| @netflixr/lost-in-translation-film-an-entertaining-look-into-loneliness-and-love | 34 % | |
| @alonicus/13-april-2024-mariannewests-freewrite-writing-prompt-day-2341-consumers-of-blood-critical-mass | 27 % | |
| @fernanblog/hnqhwsss | 22 % | |
| @shiftrox/enptbr-monthly-holiday-have-you-thought-the-dream-of-family-day | 27 % | |
| @soyunasantacruz/tasting-vegetarian-food-in-good-company-degustando-comida-vegetariana-en-buena-compaa | 25 % | |
| @sunisa/i-don-t-know-what | 21 % | |
| @sugarelys/retomando-clases-de-danza-arabe-luego-de-4-anos-esp-eng | 26 % | |
| @ayijufridar/the-beautiful-princesses-of-the-lake-guard-monomad-or | 20 % | |
| @rqr4/sand-storm-s-combat-ability | 21 % | |
| @curatorcat/caturday-finally-enjoying-a-day-warm-enough-to-open-the-windows | 22 % | |
| @nbarrios67/creative-sunday-rapture-arrebatamiento-english-spanish- | 21 % | |
| @qwerrie/2024-first-spring-cats-arrived | 40 % | |
| @guurry123/social-media-transforming-lives-and-businesses | 24 % | |
| @vsc.network/vsc-block-explorer-ui-updates-1h-2024 | 100 % | |
| @sanjeevm/vrindavan-shri-banke-bihariji-temple-keshi-ghat-and-nidhivan | 40 % | |
| @iptrucs/milly-la-foret-the-village-of-jean-cocteau-part-1 | 20 % | |
| @entraide.rewards/ecu-s-distribution-14th-april | 20 % | |
| @ak08/how-about-some-weapons-training-my-friend | 22 % | |
| @reeta0119/tv-shows-that-i-watch-everyday | 40 % | |
| @jane1289/tung-chung-bay-in-black | 29 % | |
| @george-dee/minimalism-beyond-physical-space | 22 % | |
| @intishar/for-a-better-lifestyle- | 23 % | |
| @palomap3/mi-diario-14-abril-2024 | 27 % | |
| @aera8/come-enjoy-kolang-kaling-compote | 20 % | |
| @avdesing/in-wood-painted-and-carved | 24 % | |
| @belkyscabrera/monument-to-the-joropo-in | 24 % |