marcobavagnoli.com

  • Packages
Results 13 packages owned by marcobavagnoli.com
Sort by

flutter_soloudcopy "flutter_soloud: ^3.1.6" to clipboard
flutter_soloud: ^3.1.6 copied to clipboard

299
likes
160
points
7.7k
downloads
A low-level audio plugin for Flutter, mainly meant for games and immersive apps. Based on the SoLoud (C++) audio engine.#audio#player#games
screenshot

star_menucopy "star_menu: ^4.0.1" to clipboard
star_menu: ^4.0.1 copied to clipboard

209
likes
150
points
2.49k
downloads
Contextual popup menu with different shapes and multiple ways to fine-tune animation and position. The menu entries can be almost any kind of widgets.

flutter_recordercopy "flutter_recorder: ^1.1.1" to clipboard
flutter_recorder: ^1.1.1 copied to clipboard

56
likes
160
points
829
downloads
A low-level audio recorder plugin which uses miniaudio as backend. Detect silence and save to WAV audio file. Audio wave, FFT and volume level can be get in real-time.#audio#recorder#visualizer
screenshot

flutter_flow_chartcopy "flutter_flow_chart: ^3.2.3" to clipboard
flutter_flow_chart: ^3.2.3 copied to clipboard

174
likes
150
points
1.16k
downloads
draw a flow chart diagram with different kind of customizable elements. Dashboards can be saved for later use.

shader_bufferscopy "shader_buffers: ^1.1.1" to clipboard
shader_buffers: ^1.1.1 copied to clipboard

45
likes
160
points
155
downloads
Using shaders to feed a shader. Make shaders simplier to use with a focus on the ShaderToy.com website.#shader#shadertoy

audio_fluxcopy "audio_flux: ^1.2.0" to clipboard
audio_flux: ^1.2.0 copied to clipboard

recently created package Added 28 days ago
15
likes
160
points
336
downloads
Audio visualizer which uses flutter_soloud and flutter_recorder to acquire the audio data and display them using a CustomPainter or shader_buffer to render them to shaders.#audio#visualizer#shader
screenshot

magnifying_glasscopy "magnifying_glass: ^2.1.1" to clipboard
magnifying_glass: ^2.1.1 copied to clipboard

42
likes
150
points
177
downloads
Flutter real-time magnifying glass lens widget with Barrel/Pincushion distortion.
screenshot

flutter_openglcopy "flutter_opengl: ^0.9.0" to clipboard
flutter_opengl: ^0.9.0 copied to clipboard

19
likes
140
points
105
downloads
Flutter plugin to bind a Texture widget to an OpenGL ES context. Many ShaderToy shaders can be used

finger_paintercopy "finger_painter: ^1.1.0" to clipboard
finger_painter: ^1.1.0 copied to clipboard

43
likes
130
points
130
downloads
Painting package that let you finger paint with different brushes and different blend modes. The result can be read as a bitmap or list of Points to be used ie on a Map.

yodacopy "yoda: ^1.0.1" to clipboard
yoda: ^1.0.1 copied to clipboard

53
likes
130
points
94
downloads
Flutter widget that let you slice any kind of child widget in a matrix of tiles and animate them with different kind of ways. Currently with Explode, Vortex and Flakes.