Programmer World
Programmer World
  • Видео 480
  • Просмотров 3 396 589
How to do Firebase authentication for Flutter App?
This video shows the steps to authenticate a Firebase for Flutter App. It further demonstrates the successful connection of Firebase authentication in your flutter app by accessing the values from the Realtime database plugin of Firebase.
I hope you like this video. For any questions, suggestions or appreciation please contact us at: programmerworld.co/contact/ or email at: programmerworld1990@gmail.com
Complete Code and details at:
programmerworld.co/flutter-application/how-to-do-firebase-authentication-for-flutter-app/
Main method:
void _incrementCounter() async {
await Firebase.initializeApp(
options: DefaultFirebaseOptions.currentPlatform,
);
FirebaseDatabase database = FirebaseDatabase.i...
Просмотров: 435

Видео

How to run Gemini fine tuned AI models in your flutter app?
Просмотров 183Месяц назад
In this video it shows the steps to develop a flutter app in which it uses a fine tuned model of Gemini AI tool. In this video it writes the dart code for the curl command in the below link: ai.google.dev/gemini-api/docs/model-tuning/tutorial?lang=rest#run_inference For steps to create a fine tune model, refer below link: programmerworld.co/ai-gen-ai-generative-artificial-intelligence/understan...
How to access your Gemini AI Fine Tune Models through Rest API?
Просмотров 526Месяц назад
In this video it shows the steps to access the Gemini Fine Tuned models through Rest API calls in postman. In this video it refers the below pages: Fine Tune Model Creation Steps: programmerworld.co/ai-gen-ai-generative-artificial-intelligence/understand-fine-tuning-with-a-simple-example-googles-gemini-ai-model-tuning/ Google (GCP) OAuth steps: programmerworld.co/ai-gen-ai-generative-artificial...
How to preview your flutter App on iOS/ Mac device from Android Studio in Windows OS?
Просмотров 589Месяц назад
In this video it shows the steps to run a device preview of other platforms, such as iOS/ Mac, while developing the flutter app in Android Studio in windows OS. I hope you like this video. For any questions, suggestions or appreciation please contact us at: programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Details shown in this video are also available at: programmerworld.c...
How to deploy your flutter application on your WordPress website by hosting in firebase project?
Просмотров 176Месяц назад
In this video it shows the steps to host the flutter application in firebase and then deploy the hosted application in a WordPress page using the iframe command in custom html page. Sample iframe command is below: iframe src="winter-surf-260703.web.app/" width="100%" height="600px" frameborder="0" allowfullscreen/iframe The hosted application in firebase is at: winter-surf-260703.web.app/ Corre...
How to deploy your flutter application on your WordPress website?
Просмотров 270Месяц назад
In this video it shows the steps to deploy a flutter web application in a WordPress website. It follows below steps for deployment. Steps: 1. "Build web" for the flutter app 2. Deploy the App in a hosting server - Netlify, Firebase Hosting 3. Add the iframe code to your WordPress page. Sample below: iframe src="66a3311c2db64730d7810b21 charming-creponne-01d6f3.netlify.app/" width="100%" height=...
How to get response in speech (voice output) in flutter web application?
Просмотров 29Месяц назад
In this video it shows the steps to get the output response in speech (voice output) from your Flutter based web application. It basically uses the following line of code from the below package: import 'dart:html' as html; final utterance = html.SpeechSynthesisUtterance("Incrementing the counter to $_counter"); html.window.speechSynthesis!.speak(utterance); Details shown in this video is also a...
How to list all the Gemini models using API in Flutter Android and Web App?
Просмотров 109Месяц назад
In this video it shows the API to list all available Gemini models in your Flutter Android and Web App. For getting the access the access token, as mentioned in this tutorial, the steps are shared in the below link: programmerworld.co/ai-gen-ai-generative-artificial-intelligence/how-to-setup-oauth2-0-authentication-for-googlegcp-account-obtain-access-token-for-gemini-apis/ Also in this tutorial...
How to integrate Gemini AI APIs in Flutter Android and Web Apps?
Просмотров 389Месяц назад
In this video it shows the steps to integrate the Google's Gemini AI APIs in the Flutter code to develop Android and Web Apps in Android Studio IDE. Details at: programmerworld.co/ai-gen-ai-generative-artificial-intelligence/how-to-integrate-gemini-ai-apis-in-flutter-android-and-web-apps/ It refers to the below page for development of the App: ai.google.dev/gemini-api/docs/quickstart?authuser=2...
How to setup OAuth2.0 authentication for Google(GCP) account & obtain access token for Gemini APIs?
Просмотров 477Месяц назад
This video shows the steps to setup OAuth 2.0 authentication for Google(GCP) account to work with Gemini APIs on Desktop applications. It uses reference from the below page: ai.google.dev/gemini-api/docs/oauth?authuser=2 I hope you like this video. For any questions, suggestions or appreciation please contact us at: programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Details ...
Understand Fine Tuning with a simple example - Google's Gemini AI model Tuning
Просмотров 480Месяц назад
This video shows the difference between a tuned and non-tuned Gemini AI model with a very simple example. I hope you like this video. For any questions, suggestions or appreciation please contact us at: programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Steps: 1. Create a sample data 2. Go to aistudio.google.com/app for Tuning the model Excerpts: Tuning vs prompting in AI? P...
How to convert an Android Java code to Dart code and run as web or Android app?
Просмотров 182Месяц назад
This guide outlines the conversion process for running existing Java-based Android apps on both web and mobile platforms through Dart, the language powering Flutter. This enables multi-platform deployment with a single codebase for efficient development and wider app reach. I hope you like this video. For any questions, suggestions or appreciation please contact us at: programmerworld.co/contac...
How to add login page to your Flutter Application? - Dart code
Просмотров 65Месяц назад
In this video it shows the steps to implement the Login Page in Dart code of your flutter application. I hope you like this video. For any questions, suggestions or appreciation please contact us at: programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Complete source code and other details/ steps of this video are posted in the below link: programmerworld.co/android/how-to-ad...
How to run Python in Android Studio and fix "No Python interpreter configured for the module" error?
Просмотров 1 тыс.3 месяца назад
How to run Python in Android Studio and fix "No Python interpreter configured for the module" error?
How to run Python code in Android App?
Просмотров 8393 месяца назад
How to run Python code in Android App?
How to integrate AI tools, such as Gemini and Amazon Q, in your Android Studio IDE?
Просмотров 1443 месяца назад
How to integrate AI tools, such as Gemini and Amazon Q, in your Android Studio IDE?
How to develop a simple Flutter App using Dart code for Android and Web application?
Просмотров 1373 месяца назад
How to develop a simple Flutter App using Dart code for Android and Web application?
How to write Android App code including Unit Tests in minutes using Gemini AI?
Просмотров 2703 месяца назад
How to write Android App code including Unit Tests in minutes using Gemini AI?
How to write unit tests for java static methods in Android Studio project?
Просмотров 933 месяца назад
How to write unit tests for java static methods in Android Studio project?
How to develop an Android App within seconds using AI tools, Gemini, integrated in Android studio?
Просмотров 5694 месяца назад
How to develop an Android App within seconds using AI tools, Gemini, integrated in Android studio?
How to make Car Dashcam (Dashboard Camera) Android App? - complete source code
Просмотров 3764 месяца назад
How to make Car Dashcam (Dashboard Camera) Android App? - complete source code
How to rotate layout orientation between portrait & landscape on touch listener in Android App?
Просмотров 994 месяца назад
How to rotate layout orientation between portrait & landscape on touch listener in Android App?
How to use Toggle button in Android app layout?
Просмотров 954 месяца назад
How to use Toggle button in Android app layout?
How to display or print fixed number of decimal points of float data in textView of Android App?
Просмотров 1034 месяца назад
How to display or print fixed number of decimal points of float data in textView of Android App?
How to check exit confirmation on clicking back button in Android App?
Просмотров 1924 месяца назад
How to check exit confirmation on clicking back button in Android App?
Selenium - How to get rid of version mismatch b/w browserDriver & browser? Local drivers not needed
Просмотров 824 месяца назад
Selenium - How to get rid of version mismatch b/w browserDriver & browser? Local drivers not needed
How to display splash screen for fixed duration at the start of your Android App?
Просмотров 1074 месяца назад
How to display splash screen for fixed duration at the start of your Android App?
Selenium - How to fetch attributes values for any web element/how to find the source of any image?
Просмотров 384 месяца назад
Selenium - How to fetch attributes values for any web element/how to find the source of any image?
How to make your inclinometer Android App to measure Tilt?
Просмотров 2184 месяца назад
How to make your inclinometer Android App to measure Tilt?
Selenium - How to perform mouse actions like right click, double click, mousehover etc.?
Просмотров 304 месяца назад
Selenium - How to perform mouse actions like right click, double click, mousehover etc.?

Комментарии

  • @MohammedAmjad-iz2dx
    @MohammedAmjad-iz2dx 23 часа назад

    Check your project if there is module info class delete it because of it reference libraries are not accessable.. While creating the new java project check the module info java.file is unselect.. (whichi is present at bottom )

  • @aditya-ko4eo
    @aditya-ko4eo 2 дня назад

    Thanks

  • @graphicsor
    @graphicsor 3 дня назад

    it applies to a fixed layout, but doesn't apply to webview apps

  • @InGrocery
    @InGrocery 3 дня назад

    After put contact number whatsapp. showing it's unofficial whatsapp, How can i solve this issue?

  • @OliverEbsworth
    @OliverEbsworth 4 дня назад

    Thanks man <3

  • @antoniofuller2331
    @antoniofuller2331 4 дня назад

    you never showed how to setup wordpress, you just assumed we all knew WordPress

  • @maycuervo
    @maycuervo 5 дней назад

    Thank you for your video. This has been extremely helpful. Greetings from Argentina.

  • @BlueRabbit444
    @BlueRabbit444 7 дней назад

    This approach seems good for client side application but not server. Do you have video to access the Gemini Tuned model from server like Node JS?

  • @thoaikieu5707
    @thoaikieu5707 7 дней назад

    what if i want to install some libraries python

  • @thebhagwabilla
    @thebhagwabilla 9 дней назад

    thanks

  • @FinMr-vi3iv
    @FinMr-vi3iv 9 дней назад

    Can we edit code and compile it back to apk?

  • @Sarojyadav-q6z
    @Sarojyadav-q6z 10 дней назад

    Sir Can you Sign my apk ?

  • @venkatraman2920
    @venkatraman2920 10 дней назад

    Help me

  • @venkatraman2920
    @venkatraman2920 10 дней назад

    Play pushed button not showing in callback

  • @muruganc8098
    @muruganc8098 13 дней назад

    I couldn't stairs output which you have shown. instead of that i got slope output.

  • @jubrazkhan255
    @jubrazkhan255 17 дней назад

    How to copy video file and save app data folder

  • @sumanth1846
    @sumanth1846 18 дней назад

    Thank you thank you so much Mam❤😊

  • @funoverflow
    @funoverflow 19 дней назад

    please use dark mode

  • @VishwaDanuma179
    @VishwaDanuma179 19 дней назад

    Thank you❤️

  • @ammar.momani
    @ammar.momani 23 дня назад

    i add the plugin and snyc the interpreter but the error not fixed ? is there another solution?

  • @carlossp.v.n2086
    @carlossp.v.n2086 24 дня назад

    How can I contact you? I have a real problem.

  • @anandhkrishnan4026
    @anandhkrishnan4026 27 дней назад

    Loll.. You saved my day dudee

  • @alexandrembm
    @alexandrembm 27 дней назад

    How to show an analog or digital TV channel?

  • @alexandrembm
    @alexandrembm 27 дней назад

    I was thinking in analog and digital channels. You shows phisical connections.

  • @ChethanKarur
    @ChethanKarur 29 дней назад

    Hi Thanks for the wonderful video. I am an app now and looks like becuase of restrictions, I am not able to read SMS. Can you recommend a work around, it doesnt throw any error. It just doesnt read messages

  • @roshan_552
    @roshan_552 Месяц назад

    please make a tutorial on how to use this in react.js

  • @roshan_552
    @roshan_552 Месяц назад

    Please make a tutorial on how to use fine tuned models in javascript.

  • @roshan_552
    @roshan_552 Месяц назад

    Can you make a tutorial on how to use this in javascript please?

  • @thishowIknowit
    @thishowIknowit Месяц назад

    Love this video! Very helpful. Thank you SIR. RESPECT.

  • @SheikhZaheer
    @SheikhZaheer Месяц назад

    facing error "You do not have permission to access tuned model tunedModels/sheikh-zaheer-model-kj2k"

  • @antoniofuller2331
    @antoniofuller2331 Месяц назад

    Please tell me the demography of the audience who watched this video/channel in the past month. I want to see how many are Jamaicans/Caribbean. Please reply ASAP

  • @antoniofuller2331
    @antoniofuller2331 Месяц назад

    This is what I came to see. I was not disappointed

  • @iammix7569
    @iammix7569 Месяц назад

    Sorry for the inconvenience. I’ve checked in Postman, and it’s working fine now. How should I write the code to use the access token in JavaScript chat function?

    • @ProgrammerWorld
      @ProgrammerWorld Месяц назад

      In the below it shows for flutter app: ruclips.net/video/AVcd1LFPlPU/видео.htmlsi=rT5LkxF0sSiIlP9U For javascript, I will try to come up with a tutorial.

  • @bharurocks1534
    @bharurocks1534 Месяц назад

    thanks it worked

  • @MrLazy02
    @MrLazy02 Месяц назад

    sir, can you make a video about, "how to save recyler view (table) as excel or pdf"? i'm confuse about that

    • @ProgrammerWorld
      @ProgrammerWorld Месяц назад

      ruclips.net/video/DylqdqgvwSQ/видео.html

  • @jyo901
    @jyo901 Месяц назад

    i dont have the modulepath or classpath folder in buildpath

  • @ShashwatRaj-t1j
    @ShashwatRaj-t1j Месяц назад

    thank you brother

  • @ShashwatRaj-t1j
    @ShashwatRaj-t1j Месяц назад

    thank you brother

  • @eagle55077
    @eagle55077 Месяц назад

    Is it possible to open subfolder inside Downloads?

  • @visualmodo
    @visualmodo Месяц назад

    Thanks for your work!

  • @user-vw6gr2km1c
    @user-vw6gr2km1c Месяц назад

    Can we access native features with this, or is this just playing aroundbwith mediaquery?

    • @ProgrammerWorld
      @ProgrammerWorld Месяц назад

      This is just a wrapper of mediaquery. I don't think native features can be accessed with this preview dependency.

  • @swathitanigundala8869
    @swathitanigundala8869 Месяц назад

    Thank you sooo much mam

  • @Rm-qz1ro
    @Rm-qz1ro Месяц назад

    I want to know, does flutter web pay adsense?

    • @ProgrammerWorld
      @ProgrammerWorld Месяц назад

      Flutter is for specific app development. Adsense can be added to the webpage on which flutter apps are deployed.

    • @Rm-qz1ro
      @Rm-qz1ro Месяц назад

      @@ProgrammerWorld Can you do a teaching episode, I have some questions about this part

  • @vikydaima
    @vikydaima Месяц назад

    😂

  • @boof1606
    @boof1606 Месяц назад

    Nice work

  • @dondeepak3816
    @dondeepak3816 Месяц назад

    can you also provide code it handle older versions also

  • @dondeepak3816
    @dondeepak3816 Месяц назад

    Thanks bro you are my life saver

  • @SanaGupta-n5t
    @SanaGupta-n5t Месяц назад

    Try the package disabler app to enable and disable apps.

  • @kripalsingh-p6g
    @kripalsingh-p6g Месяц назад

    Error occurred during initialization of VM Could not reserve enough space for 2097152KB object heap

  • @hassanusman9936
    @hassanusman9936 Месяц назад

    Have you tried it on a physical device??