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:https://ai.google.dev/gemini-api/docs/model-tuning/tutorial?lang=rest#run_inference For steps to create a fine tune model, refer below…
Tag: Flutter
How to preview your flutter App on iOS/ Mac device from Android Studio in Windows OS?
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. Details of Device Preview dependency used in this demo is available at: https://pub.dev/packages/device_preview I hope you like this video. For…
How to deploy your flutter application on your WordPress website by hosting in firebase project?
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 html command is below: The hosted application in firebase is at: https://winter-surf-260703.web.app/Corresponding WordPress website is at:…
How to deploy your flutter application on your WordPress website?
In this video it shows the steps to deploy a flutter web application in a WordPress website. It follows below steps for deployment. Steps: <iframe src=”https://66a3311c2db64730d7810b21–charming-creponne-01d6f3.netlify.app/” width=”100%” height=”600px” frameborder=”0″ allowfullscreen></iframe> In this video it uses the App developed in the below:https://programmerworld.co/flutter-application/how-to-get-response-in-speech-voice-output-in-flutter-web-application/ I hope you like this video. For any questions,…
Flutter App Deployment Testing
Above is the sample deployment of the Flutter application. The steps to develop this app is available in the below link: This App is deployed on a separate web app hosting server at the below address: https://66a3311c2db64730d7810b21–charming-creponne-01d6f3.netlify.app The above is just a sample for demonstration purpose. The detailed step of…
How to get response in speech (voice output) in flutter web application?
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: I hope you like this video. For any questions, suggestions or appreciation please contact us at:…
How to list all the Gemini models using API in Flutter Android and Web App?
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:https://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 it refers the cURL command from…
How to integrate Gemini AI APIs in Flutter Android and Web Apps?
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. It refers to the below page for development of the App:https://ai.google.dev/gemini-api/docs/quickstart?authuser=2&lang=dart API Key can be obtained from the below link:https://aistudio.google.com/app/apikey I hope…
How to convert an Android Java code to Dart code and run as web or Android app?
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. This guide explores the process of migrating existing Android applications developed…
How to add login page to your Flutter Application? – Dart code
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: https://programmerworld.co/contact/ or email at: programmerworld1990@gmail.com Complete source code and other details: Project folder can be…