How to to make custom shape with flutter - flutter

I want to make a custom background like this one.
Can Anyone help me, please?

You can use CustomPainter library in the flutter. This reference will help you get this result.

Related

Flutter: How to pick color in an image given the coordinate?

Im new to flutter and Im developing this app where I want to return a color of an image in a fix coordinate. Any advice of how to do this?, or is there any example or documents you know regarding this. Any help is appreciated
As ı understand you want to obtain color depending on images' colors. If I get you right you can check it out.

Drag a container vertically up and down to a certain level flutter

I am new to gestures and I don't get any proper solution for achieving my request,
Can anyone help me in dragging a container up and down vertically to a certain point?.
I need to achieve something like the below image.
Thanks in advance.
Consider using draggable home if you want a ready-made similar effect.
If you want to replicate the goggle maps UI one-on-one, consider reading DraggableScrollableSheet and make one your own.
Hope it helps!

Hand held camera-wiggle effect on flutter

I looking for an animation loop on flutter that will do something like that:
https://www.youtube.com/watch?v=hBCBAbR-B5w
The idea is to display a List View where every item wiggles around in a confined space.
Is there any package for that on flutter? Any guidance to do it manually if not?
Thank you!
Try
Package https://pub.dev/packages/shake_widget
Or
Custom animation
https://codewithandrea.com/articles/shake-text-effect-flutter/

How can i crop face outline using flutter firebase_ml_vision? any other way to achieve this? Thank you

I am trying to make a flutter application that crops face from an image. I am using the firebase_ml_vision package to do this. Is there any method that by which I can crop only the face outline (not bounding box)?
Thank you, sorry if the question too silly I'm new to flutter.

Is it possible to create a design like this using the Grid List in the Material UI?

Is it possible to create a design like this using the GridList in the Material UI?
Please let me know if there are any possible remedies or ideas that may help solve this issue. Thank you.