Flutter Custom Painting: Do Not Fear The Canvas

แชร์
ฝัง
  • เผยแพร่เมื่อ 11 พ.ย. 2024

ความคิดเห็น • 28

  • @ramisulaimani75
    @ramisulaimani75 4 ปีที่แล้ว +6

    Thank you Andrea. You are one of the best trainers for flutter.
    Yes please make a tutorial on face detection with flutter and firebase.

  • @augustoliver2779
    @augustoliver2779 4 ปีที่แล้ว +8

    ML Vision + Camera Tutorial would be sweet.

  • @philschn5990
    @philschn5990 3 ปีที่แล้ว

    Cool and helpful video. Also the idea to put all the code in Dartpad is much better for this short tutorials than using an full ide

  • @damirvilyamov9725
    @damirvilyamov9725 3 ปีที่แล้ว

    deserves a subscription

  • @adnanalshami3751
    @adnanalshami3751 4 ปีที่แล้ว +1

    Simple, Clear, and awesome

  • @HarshKumarKhatri
    @HarshKumarKhatri 4 ปีที่แล้ว

    Hey is there something like erase with the help of which we can erase whatever we have drawn. I know about the complete removing/erase of the screen. I want to know about something with the help of which we can erase only a section of what we have drawn.

  • @entomoio
    @entomoio 3 ปีที่แล้ว

    ML_Vision+camera! :D

  • @vishalbsws
    @vishalbsws 4 ปีที่แล้ว +1

    Thank you for keeping it under 10 mins.

    • @CodeWithAndrea
      @CodeWithAndrea  4 ปีที่แล้ว +1

      There are a lot of things that can be taught in under 10 min :)

  • @信者の男
    @信者の男 4 ปีที่แล้ว

    s it possible to create a pen with web flutter?

  • @anupam4446
    @anupam4446 4 ปีที่แล้ว

    At 3:31 what is wrong in setting height and width as double.infinity?

  • @SnowmansApartment
    @SnowmansApartment 4 ปีที่แล้ว

    any tips in how to make it resizable ant still paint on the right spot, when using gesture detection to paint on the canvas with your finger?🤔

  • @tuvungtiengtrung-quickchin7294
    @tuvungtiengtrung-quickchin7294 4 ปีที่แล้ว

    very useful video, thank you for sharing

  • @segundojaramilloromero9909
    @segundojaramilloromero9909 4 ปีที่แล้ว

    Is it possible to zoom?

  • @bennguyen1313
    @bennguyen1313 4 ปีที่แล้ว

    Regarding the firebase_ml_vision package, any thoughts on github anandpawara/Real_Time_Image_Animation? It uses opencv/pytorch to do some very impressive drawing.. perhaps it could be made to work with flutter!
    Also, any pointers on drawing charts in flutter? I see tons of options** but not sure where to start!
    **Syncfusion, charts_flutter (0.9.0), bezier_chart (1.0.17+1), flutter_sparkline, fl_chart, flarts,bezier-chart, FlutterAnimatedCharts

  • @aytunch
    @aytunch 4 ปีที่แล้ว

    Great Video and smart decision on using DartPad. However I have a question. Why is the left intersection point of the mouth is sharp and right side not? How can we make right side sharp too?

    • @CodeWithAndrea
      @CodeWithAndrea  4 ปีที่แล้ว +1

      I suspect it may be because I'm not explicitly closing the Path. Maybe see if there's an argument or extra call to do that?

  • @joelsina2492
    @joelsina2492 4 ปีที่แล้ว

    Thanks for the short tutorial. I've been following you for quite some time right now and I was wondering if it could be possible to handle a real application flow with REST API and not with Firebase. I'm kinda curious on handling the calls and the things. Cheers, keep up the good work

    • @CodeWithAndrea
      @CodeWithAndrea  4 ปีที่แล้ว

      Yes, I'd like to do a REST tutorial at some point.
      The main difference is that REST is not real-time. You make a request and get a response (using Futures), but there are no streaming APIs.
      From a UX perspective, it means that clients need to poll for status updates (e.g. using a refresh indicator). Makes sense?

    • @jefffrazier6813
      @jefffrazier6813 4 ปีที่แล้ว

      @@CodeWithAndrea I've been working through this exact scenario. I can call my JSON API easily, but exposing my call as a stream requires a service with websockets, or another method. So now I need to add socket.io or similar to my node.js API. This may be more of a tutorial for the API than for Flutter.

    • @joelsina2492
      @joelsina2492 4 ปีที่แล้ว

      @@CodeWithAndrea Oh yes of course, that makes sense. I have a working app, but it doensn't feel that it's the proper way to handle things, provider use is kinda meh. That's why I was curious on watching a video on that, just the user of provider, and workflow

    • @CodeWithAndrea
      @CodeWithAndrea  4 ปีที่แล้ว

      @@joelsina2492 If you're not keen on Provider, you can try get_it instead. Some people prefer it.

  • @kokosaad2771
    @kokosaad2771 4 ปีที่แล้ว

    it gives me that painter is not defined for class CustomPaint

  • @gmikay
    @gmikay 4 ปีที่แล้ว +1

    My face when I drink vodka