Flutter - Native Platform Interactions

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

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

  • @raul286162
    @raul286162 4 ปีที่แล้ว +2

    2020 this explanation still works to understand platform communication

  • @VictorNolochemical
    @VictorNolochemical 6 ปีที่แล้ว +2

    Really enjoyed watching, its describes the example via the site excellently. Ty !

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

    Awesome man....Theres no plugin available to share image or videos directly to whatsapp ...TGlad i found this video....Great attention to detail and explanation....you rock...!!

  • @shyamjaiswal7114
    @shyamjaiswal7114 6 ปีที่แล้ว +1

    Man you show me the SUN. Thanks & GOD bless you.

  • @axmccx
    @axmccx 6 ปีที่แล้ว +2

    very helpful video, thank you for making this.

  • @talbarda1
    @talbarda1 5 ปีที่แล้ว +3

    Great explanation!
    How did you manage to see the emulator window along side the IDE window? I couldn't make it work. I see them in separate windows.

    • @Vishvajeet
      @Vishvajeet 5 ปีที่แล้ว

      i would like to know this too

  • @osamansr5281
    @osamansr5281 6 ปีที่แล้ว +1

    AWESOME video thanks :D ,, I think now I have a way to work with GPGS ,, THANKS A LOT

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

    Very helpful, thank you kindly

  • @ajay.jadhao
    @ajay.jadhao 5 ปีที่แล้ว +1

    Thanks, Can you pls make similar video on using AndroidView and interactions with it.

  • @neut1121
    @neut1121 5 ปีที่แล้ว

    perfect everything.. thank you! subbed

  • @Vishvajeet
    @Vishvajeet 5 ปีที่แล้ว +1

    great j0b keep making more tutorials pleaseeeeeeeeeeeeeeeeeee....oyu are a great tutor..

  • @mohammedasim3158
    @mohammedasim3158 5 ปีที่แล้ว +2

    THANK YOU VERY MUCH

  • @vijaicv1162
    @vijaicv1162 6 ปีที่แล้ว +1

    will i be able to start and stop a background service on android this way

  • @pebuchmann
    @pebuchmann 5 ปีที่แล้ว

    Great job, thanks a lot!

  • @edufolly
    @edufolly 6 ปีที่แล้ว +1

    With the help of your video I started to develop my first plugin (pub.dartlang.org/packages/flutter_mobile_vision). Thanks!!

    • @BrandonDonnelson
      @BrandonDonnelson  6 ปีที่แล้ว

      Awesome, nice work on the project! Thanks for the feedback.

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

    Hi thanks for the cool video, is it possible to perform platform side threading, my app crashes

  • @alfredcsdinc
    @alfredcsdinc 6 ปีที่แล้ว +1

    Great video, please make the font size of ur code editor bigger.

    • @BrandonDonnelson
      @BrandonDonnelson  6 ปีที่แล้ว

      Thank you and thanks for your feedback. I'll aim to experiment with larger sizes.

  • @YongmaoYu
    @YongmaoYu 6 ปีที่แล้ว +1

    thanks very much , but how i can use native webview widget to display html string

    • @BrandonDonnelson
      @BrandonDonnelson  6 ปีที่แล้ว

      Thank you! Thanks for the feedback. I suspect if you add an activity in the Native platform, such as in Android, where you create an activity with a web view, then displaying a string could be done. If that doesn't help, I would try out your question in StackOverflow as well.

    • @YongmaoYu
      @YongmaoYu 6 ปีที่แล้ว

      Thank you ! I have two question: 1. Push to a new activity ,and then ,can it pop to the flutter page, especially on iOS platform? I will try to find the answer. 2. Is there a way to contain the native widget in the flutter widget, just like 'View' on android and iOS.

    • @BrandonDonnelson
      @BrandonDonnelson  6 ปีที่แล้ว

      Thank you. I haven't looked into #2 yet, so I don't know. I'd ask on StackOverflow. Good question.

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

    This is the only tutorial that makes sense out of platform channels... why is that?

  • @Tecnitr0nic
    @Tecnitr0nic 5 ปีที่แล้ว

    Can you have a full java app and just show the data on flutter?

  • @D3FKONMusik123
    @D3FKONMusik123 6 ปีที่แล้ว

    I need an OCR feature in a flutter app Im about to build. I need a few pointers on how to get this done, so I can go ahead with the project. I'd really appreciate a reply. This question suits the video as there is some interaction from Native Android required here

    • @BrandonDonnelson
      @BrandonDonnelson  6 ปีที่แล้ว

      Cool, I'm sort of slow creating the videos folks need, so I'd suggest asking questions on stack for better results sooner. It looks like your text was cut off, did you have something more to ask?

    • @edufolly
      @edufolly 6 ปีที่แล้ว +1

      I'm working on it. Can Google's Mobile Vision help you? The plugin is available at: pub.dartlang.org/packages/flutter_mobile_vision

  • @creative-commons-videos
    @creative-commons-videos 5 ปีที่แล้ว

    how can i detect if user lock or unlock device ???

  • @IBGNW
    @IBGNW 5 ปีที่แล้ว

    Hi Brandon, thanks for the explanation. Do you know how to install third party sdk in flutter like .jar or .so file?

    • @BrandonDonnelson
      @BrandonDonnelson  5 ปีที่แล้ว

      Thank you! I think you can include any resources in the build but don't remember off the top of my head.

    • @thomasfischer4901
      @thomasfischer4901 5 ปีที่แล้ว

      jar files are for the android plattform, so you must declare the depnedency in the android gradle (android/app/build.gradle).
      .
      .
      .
      dependencies {
      compile files('libs/activation.jar')
      .
      .

    • @IBGNW
      @IBGNW 5 ปีที่แล้ว

      Thanks, it is works now

  • @sweetpuff3331
    @sweetpuff3331 6 ปีที่แล้ว

    how is the performance though? i have fears on platform specific code having rough performances

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

      plugins that use native functions (basically most of them) use platform-specific code to actually work. So I guess it's a common thing? CMIIW

  • @ALHUNAJIPC
    @ALHUNAJIPC 6 ปีที่แล้ว

    Can one do it the other way around? i mean communicate from java to flutter app?

    • @BrandonDonnelson
      @BrandonDonnelson  6 ปีที่แล้ว +1

      Great idea, I've added it to my list. Thanks for the feedback. In the meantime the firebase_database plugin has wiring like this and it may be of interest.

    • @SanjayKumar-ce6hd
      @SanjayKumar-ce6hd 5 ปีที่แล้ว +1

      very good video

  • @Mohith7548
    @Mohith7548 6 ปีที่แล้ว

    Which Macbook are you using? Please let me know about that mac which is able to handle both iOS, Android simulators alongside with Android Studio and Xcode.

    • @zehijean8817
      @zehijean8817 5 ปีที่แล้ว

      Hi friend, any recent one will do.i own a macbook air 2015 and it handles all that workload

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

    This was great tutorial, but how about platform apis?