manjav / particular

Enhance your app or game visuals with this high-performance Flutter Particles System widget
MIT License
11 stars 0 forks source link

Import a zip file (that we already exported) #15

Closed imaNNeo closed 1 month ago

imaNNeo commented 1 month ago

Sometimes we need to share the particle that we created and exported to others, Then they can import and work on it. So we need to have a feature in Particular to allow us to import a zip file (which contains the JSON file and also the textures)

Or maybe we can have our own file type to write the JSON content + textures inside it (as a base64 or raw bytes)