<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Keshav Prajapati</title>
    <description>The latest articles on DEV Community by Keshav Prajapati (@ozonexkeshav07).</description>
    <link>https://dev.to/ozonexkeshav07</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1597589%2F94274c3c-6e09-4795-9ae9-d51d42c82975.jpg</url>
      <title>DEV Community: Keshav Prajapati</title>
      <link>https://dev.to/ozonexkeshav07</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ozonexkeshav07"/>
    <language>en</language>
    <item>
      <title>Problem : - Your project requires a newer version of the Kotlin Gradle plugin in Flutter.</title>
      <dc:creator>Keshav Prajapati</dc:creator>
      <pubDate>Sun, 16 Jun 2024 06:29:40 +0000</pubDate>
      <link>https://dev.to/ozonexkeshav07/problem-your-project-requires-a-newer-version-of-the-kotlin-gradle-plugin-in-flutter-5da3</link>
      <guid>https://dev.to/ozonexkeshav07/problem-your-project-requires-a-newer-version-of-the-kotlin-gradle-plugin-in-flutter-5da3</guid>
      <description>&lt;p&gt;Your project requires a newer version of the Kotlin Gradle plugin. Find the latest version on &lt;a href="https://kotlinlang.org/docs/gradle.html#plugin-and-versions" rel="noopener noreferrer"&gt;https://kotlinlang.org/docs/gradle.html#plugin-and-versions&lt;/a&gt;, then update project/android/build.gradle: ext.kotlin_version = ''&lt;br&gt;
But You have already changed the "ext.kotlin_version = ''"&lt;br&gt;
and still facing the issue, Here you can follow the steps to solve this problem,&lt;br&gt;
&lt;strong&gt;Note :-Editing the Kotlin version in only gradle.build not helps in most cases and you have to edit also in your setting.gradle file and edit your Kotlin version according to your Gradle version&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Step-1 &lt;br&gt;
Find the version of your gradle , in your Flutter project &lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3i6cx414dc0al1thnonc.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3i6cx414dc0al1thnonc.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step-2 &lt;br&gt;
Visit this link &lt;a href="https://kotlinlang.org/docs/gradle-configure-project.html#apply-the-plugin" rel="noopener noreferrer"&gt;https://kotlinlang.org/docs/gradle-configure-project.html#apply-the-plugin&lt;/a&gt;&lt;br&gt;
and find suitable Kotlin version according to your Gradle version.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffnyaxdiufo5b1nibkhb2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ffnyaxdiufo5b1nibkhb2.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Step-3 &lt;br&gt;
go to project folder/android/gradle.build&lt;br&gt;
and write this and if this is already written just edit it according to your gradle version&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;

ext.kotlin_version = 'x.y.z'


&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;in your build.gradle file&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzamrxwrsowliuuj0d3z3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fzamrxwrsowliuuj0d3z3.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now go to setting.gradle file and write the Kotlin version as same as you have written in build.gradle file&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhyl3i4mnnc9j17327uhw.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fhyl3i4mnnc9j17327uhw.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thank you for reading this will for works for you&lt;/p&gt;

</description>
      <category>kotlin</category>
      <category>dart</category>
      <category>flutter</category>
      <category>development</category>
    </item>
    <item>
      <title>White screen issue occurs ?. It could assist you while integrating Firebase with your Flutter app (Android).</title>
      <dc:creator>Keshav Prajapati</dc:creator>
      <pubDate>Sun, 09 Jun 2024 05:32:57 +0000</pubDate>
      <link>https://dev.to/ozonexkeshav07/white-screen-issue-occurs-it-could-assist-you-while-integrating-firebase-with-your-firebase-app-android-536n</link>
      <guid>https://dev.to/ozonexkeshav07/white-screen-issue-occurs-it-could-assist-you-while-integrating-firebase-with-your-firebase-app-android-536n</guid>
      <description>&lt;p&gt;These instructions can assist you if you are experiencing white screen issues when integrating your Flutter app with Firebase.&lt;br&gt;
Go to :-&lt;br&gt;
Project Folder/android/app/src/main/res/values&lt;/p&gt;

&lt;p&gt;Now you have to find values.xml&lt;br&gt;
if it is there then edit according to my steps as shown below or if it is now there just create values.xml (code is provided in last of this Post)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmrkfq18wsbr8kouu069a.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fmrkfq18wsbr8kouu069a.png" alt="Image description" width="800" height="233"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Required things :-&lt;br&gt;
1.firebase_database_url (open firebase console and go to real time database and copy the url .&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc22p7xtuazul79uixil7.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fc22p7xtuazul79uixil7.png" alt="Image description" width="800" height="403"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;2.gcm_defaultSenderId (open firebase console and go project overview &amp;gt;&amp;gt; project setting &amp;gt;&amp;gt;cloud messaging &amp;gt;&amp;gt; senderId)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fn8jpiqfog85kbk6ju4ej.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fn8jpiqfog85kbk6ju4ej.png" alt="Image description" width="800" height="372"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;3.google_api_key (open goolgle_services.json , you will get it)&lt;br&gt;
4.google_app_id (open goolgle_services.json , you will get it)&lt;br&gt;
5.project_id (open goolgle_services.json , you will get it)&lt;br&gt;
6.firebase_storage_bucket (open goolgle_services.json , you will get it)&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3d21lf9s378iawsm6exf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F3d21lf9s378iawsm6exf.png" alt="Image description" width="800" height="354"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;value.xml code :-&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;&amp;lt;resources&amp;gt;
    &amp;lt;string name="firebase_database_url" translatable="false"&amp;gt;Write your firebase_database_url&amp;lt;/string&amp;gt;
    &amp;lt;string name="gcm_defaultSenderId" translatable="false"&amp;gt;write your Sender id&amp;lt;/string&amp;gt;
    &amp;lt;string name="google_api_key" translatable="false"&amp;gt;write your google_api_key&amp;lt;/string&amp;gt;
    &amp;lt;string name="google_app_id" translatable="false"&amp;gt;write your google_app_id&amp;lt;/string&amp;gt;
    &amp;lt;string name="project_id" translatable="false"&amp;gt;write your project_id&amp;lt;/string&amp;gt;
     &amp;lt;string name="firebase_storage_bucket"&amp;gt;write your firebase_storage_bucket&amp;lt;/string&amp;gt;
&amp;lt;/resources&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Hope these steps will works for you &lt;br&gt;
Thank you :)&lt;/p&gt;

</description>
      <category>flutter</category>
      <category>firebase</category>
      <category>dart</category>
      <category>programming</category>
    </item>
  </channel>
</rss>
