Hello wonderful person! :) Thanks for using GUN, please ask for help on http://chat.gun.eco if anything takes you longer than 5min to figure out!
radisk.js:28 ERROR: Radisk needs `opt.store` interface with `{get: fn, put: fn (, list: fn)}`!
tmp_js_export.js:362 Error calling method once on: Gun_: {$: Gun, root: {…}, id: 5, back: {…}, on: ƒ, …}[[Prototype]]: Object error: TypeError: dare is not a function
...
...
Gun.on('create', function(root){
...
gun/lib/radisk.js
in your list it looks like.flutter_js
, but I thought how gun run in Flutter without localStorage or indexedDB .. or this would be a future feature?
let's say there is a common node where all users store data,
if a user did something like
let message = await gun.user().get('all').set({ msg: 'hello'})
gun.get('messages').get('first_message').put(message)
later you can do this:
let data = await gun.get('messages').get('fist_message')
let alias = gun.user(data).get('alias')
// retrieve all available users
gun.get('users').map().on(ui.show.users)