Task Management App Trailer
0:59
Жыл бұрын
Пікірлер
@zainify_tech
@zainify_tech 3 күн бұрын
Where can i use it
@TheOpenSourceChannel
@TheOpenSourceChannel 2 күн бұрын
It is used for presenting users with a limited set of choices (typically 2-5 options). When you have a set of options and you want users to pick one or multiple options, it is a great way to present users with multiple options using the segmented button. Common use cases include: Toggle views in your app Toggle theme (Dark, Light, System) Select the size of an item in a shopping app (Small, Large, Medium) Selecting options with dependencies (For instance based on a selected payment option you would like to provide another specific set of options to choose from - like offers available on a selected payment method)
@zainify_tech
@zainify_tech 2 күн бұрын
@@TheOpenSourceChannel ❤️❤️ ok
@kuchikibyakuya7697
@kuchikibyakuya7697 7 күн бұрын
Ain't nobody want to watch slideshow. 😂
@FlutterTeam-su1em
@FlutterTeam-su1em 13 күн бұрын
I amm getting this error, and follow your code, am not able to make send msg button , errro is >>> "Method doesn't allow unregistered callers (callers without established identity). Please use API Key or other form of API consumer identity to call this API."
@TheOpenSourceChannel
@TheOpenSourceChannel 12 күн бұрын
@FlutterTeam-su1em Thanks for watching the video. Have you generated the API key from Google AI Studio? You need to add it to your project in env.json file. Watch the video at 0:48 to add api key in your project.
@ThePureedge
@ThePureedge 17 күн бұрын
The title is honestly misleading. What should've been the title is "Build a UI on top of Gemini API using Flutter"
@niv8880
@niv8880 Күн бұрын
totally agree. Disappointing.
@sahanfernando5039
@sahanfernando5039 27 күн бұрын
how to do a upgrade / downgrade functionality for IAP in Flutter?
@TheOpenSourceChannel
@TheOpenSourceChannel 24 күн бұрын
@sahanfernando5039 Thanks for watching the video. To upgrade/downgrade existing subscription you have to provide "ChangeSubscriptionParam" while calling "InAppPurchase.buyNonConsumable". One thing you need to provide here is the purchase object of the existing subscription and another thing which is optional is proration mode that indicates how to handle the existing subscription when the new subscription comes into effect.
@sahanfernando5039
@sahanfernando5039 24 күн бұрын
@@TheOpenSourceChannel Thank you replying for me.
@user-gp3ll5nm3l
@user-gp3ll5nm3l Ай бұрын
Some people thought it was an AI generating a whole code for an app.
@user-vm8yn4hb4w
@user-vm8yn4hb4w 18 күн бұрын
I got scammed bro
@olawoyeoluwaferanmi
@olawoyeoluwaferanmi Ай бұрын
Nice
@MohamedHossam-qw6ks
@MohamedHossam-qw6ks Ай бұрын
When i run the code in my mobile there is black screen it not appear any thing how can i fix that
@TheOpenSourceChannel
@TheOpenSourceChannel Ай бұрын
There must be some mistake in your UI code. Is input field is visible?
@devilsingh6052
@devilsingh6052 27 күн бұрын
@@TheOpenSourceChannel can u give us repo
@RenderRift
@RenderRift Ай бұрын
Can I have the code for reference?
@TheOpenSourceChannel
@TheOpenSourceChannel Ай бұрын
Hey @RenderRift Now GeminiAI demo is available on Dartpad. Check it out - dartpad.dev/?sample=google-ai-sdk You can watch the demo here - kzfaq.info3qz_s5Ud42s?feature=share
@clbfatih
@clbfatih Ай бұрын
You shouldn't publish your api key like this. you could embed your key as an environment variable using "set API_KEY=<your api key>" on windows
@TheOpenSourceChannel
@TheOpenSourceChannel Ай бұрын
I agree @fatihc9230 we shouldn't publish api key like this. It is just to make the demo easier to understand. Actually we should use flutter_dotenv package to store environment variables.
@niv8880
@niv8880 Күн бұрын
@@TheOpenSourceChannel Thanks for tip, I checked it out, you are spot on!
@michaelandreas1857
@michaelandreas1857 Ай бұрын
Expecting binder but got null! How to fix that error?
@TheOpenSourceChannel
@TheOpenSourceChannel Ай бұрын
Please try adding the line below in the main() function WidgetsFlutterBinding.ensureInitialized(); Your main() function should look like this. void main() { WidgetsFlutterBinding.ensureInitialized(); runApp(const MyApp()); }
@michaelandreas1857
@michaelandreas1857 Ай бұрын
@@TheOpenSourceChannel Can you send me a source code by Email?
@michaelandreas1857
@michaelandreas1857 Ай бұрын
@@TheOpenSourceChannel The send button does not appear
@TheOpenSourceChannel
@TheOpenSourceChannel Ай бұрын
Hey @michaelandreas1857 Now GeminiAI demo is available on Dartpad. Check it out - dartpad.dev/?sample=google-ai-sdk You can watch the demo here - kzfaq.info3qz_s5Ud42s?feature=share
@gerardsullivan6905
@gerardsullivan6905 Ай бұрын
😎 P r o m o S M
@hld8626
@hld8626 2 ай бұрын
Good
@arnonprommoon8396
@arnonprommoon8396 2 ай бұрын
I can not import instance GenerativeModel _model thank you for your answer
@TheOpenSourceChannel
@TheOpenSourceChannel 2 ай бұрын
Thank you for watching the video! Did you add google_generative_ai package? Please watch the video at 0:34 You can run the command in your terminal as explained or add the package in your pubspec.yaml file.
@jeeva3984
@jeeva3984 2 ай бұрын
Sounds like AI
@user-nl1hj7lw2h
@user-nl1hj7lw2h 2 ай бұрын
thanks
@fullbitsoft
@fullbitsoft 3 ай бұрын
very good featured todo app. thank you.
@CodingYourLife
@CodingYourLife 4 ай бұрын
Brilliant Flutter guide! Your clear explanations make navigating Flutter a breeze. Kudos for simplifying complex concepts. Grateful for the insights shared. Keep empowering us with your expertise! 🚀
@TheOpenSourceChannel
@TheOpenSourceChannel 4 ай бұрын
@CodingYourLife Thank you for your feedback.
@richardbaffoe388
@richardbaffoe388 Жыл бұрын
Where is part two
@TheOpenSourceChannel
@TheOpenSourceChannel Жыл бұрын
Coming soon
@TheOpenSourceChannel
@TheOpenSourceChannel Жыл бұрын
Part two is live now - kzfaq.info/get/bejne/iqeYibGLlae3qYk.html
@ilovepeace
@ilovepeace Жыл бұрын
Niceee ❤
@TheOpenSourceChannel
@TheOpenSourceChannel Жыл бұрын
Thanks 🔥
@mamadoudiba4511
@mamadoudiba4511 Жыл бұрын
Flutter very nice technologie for cross Platforms
@TheOpenSourceChannel
@TheOpenSourceChannel Жыл бұрын
Yes that's true
@bawiceu1926
@bawiceu1926 Жыл бұрын
Bro can you do openContainer widget
@TheOpenSourceChannel
@TheOpenSourceChannel Жыл бұрын
Sure, I can do OpenContainer widget. I will make it as soon as possible for you. I will inform you when it will be live.
@TheOpenSourceChannel
@TheOpenSourceChannel Жыл бұрын
Hey Bawi Ceu, OpenContainer widget short is live now.
@bawiceu1926
@bawiceu1926 Жыл бұрын
Thank you so much Bro , keep it up
@TheOpenSourceChannel
@TheOpenSourceChannel Жыл бұрын
Thank you so much for your feedback.
@vatsalbhesaniya1836
@vatsalbhesaniya1836 Жыл бұрын
You are making really good shorts. Great short content to learn quickly. Keep up the good work 👍
@TheOpenSourceChannel
@TheOpenSourceChannel Жыл бұрын
Thank you for your feedback. 🙏