I love this tutorial! Writing plugin is a tedious task, trust me this is the simplest way i have ever seen, including resolving the simplest and silliest of errors. Thank Brandon! I watching all your video tutorials on Dart and Flutter!
@BrandonDonnelson6 жыл бұрын
Thank you! Thanks for the feedback!!! That helps add gas to the engine for making more!
@adrienheros2830 Жыл бұрын
Great video, it unlocked me on the flutter jar library part. Thanks you so much :)
@yotubecreators476 жыл бұрын
Thank you Brandon from my heart, you are amazing , you saved me from hours or days of loop , just after I was upset with flutter plugin creation error (multiple dex ....), when I was creating a plugin for Couchbase lite for android. Thank you again.
@BrandonDonnelson6 жыл бұрын
Great to hear! Thanks for the feedback!
@geraldoneto123 Жыл бұрын
Saved my day with the flutter.jar little trick! Thank you so much. Subscribed for sure! 👍
@niteshmeshram31466 жыл бұрын
Hi Sir...I have just started exploring Flutter a week back...it is very very useful to understand the basics of writing own plugins. Can you please help me how to write plugins using already existing 3rd partly library (Android & iOS) and expose methods into Flutter.
@blablablabla293824 жыл бұрын
You explain well thank you ! I gonna work on a torrent plugin :) !
@BrandonDonnelson4 жыл бұрын
Thank you!
@jayamuruganj5091 Жыл бұрын
flutter plugin with android jar file and handling the intent() result ?
@AE-mq9ve3 жыл бұрын
hi sir! did you make a video about hosting a widget from android into flutter? i mean widget not just sending data? thanks in advance
@bliyanageasanka97396 жыл бұрын
This is awesome
@BrandonDonnelson6 жыл бұрын
Great to hear, thank you!
@suryanarayan17845 жыл бұрын
Hey , i am getting the dex errors while debugging. any ways to solve it?
@alessandrolittera47334 жыл бұрын
_initCallbacKHandler() don't work :( "this function has a return type of 'future void ' but doesn't end with a return statement"
@newkingdom49426 жыл бұрын
Hi Brandon, Thank you so much for the flutter tutorial. Can you Please make a tutorial for google map(dynamic) integration in a flutter. which can be shown within the Container widget. i didn't get any good tutorials for this.
@BrandonDonnelson6 жыл бұрын
Great idea. I have that on my list to do.
@BrandonDonnelson6 жыл бұрын
Thank you! and thanks for the feedback!
@satishkumar-qq8df6 жыл бұрын
Hi, this is really great video thanks, I need a help from you. I want to open only front camera in ImagePicke class, Can you give me some tips? Thanks in advance .
@mohammadsarhan20777 жыл бұрын
what is the prerequisite for learning flutter ?
@BrandonDonnelson7 жыл бұрын
I'd say if you you get a general understanding of dartlang syntactic sugar expressions and statements it would help. Darts very similar to the popular languages after that.
@silentsudo6 жыл бұрын
+ little courage to try it :)
@titikshadaga94657 жыл бұрын
Hey can I create a plugin for Google maps nd display them. I don't want static images.
@BramVanbilsen7 жыл бұрын
You can't create inline maps yet. You can however create fullscreen native maps. The devs are working on this!
@majeedk1007 жыл бұрын
Very nice tutorial. .thank you. .can you help me how to play youtube video in flutter aplication (how to plugin youtube video player. In flutter aplication ) thank you
@BrandonDonnelson7 жыл бұрын
Thank you and thanks for the feedback. I'll aim to create a video on using video.
@cyberien86 жыл бұрын
Hi, Thanks for the video, I'm getting the following error when I changed from 'mygenericplugin' to 'mygenericplugin.github.com/mygenericplugin', am I missing anything? Unhandled exception: MissingPluginException(No implementation found for method getPlatformVersion on channel mygenericplugin.github.com/mygenericplugin)