Flutter Error: The Android Gradle plugin supports only kotlin-android-extensions Gradle plugin version 1.6.20 and higher

image 2023 02 06 145353431

This is a new flutter error I recently came across and wasn’t able to find solutions in Stack Overflow or other forums and sites. What was the problem? As you can see above, the package info plus package have a Kotlin version 1.6.10, however, the required version for the program to run was 1.6.20 and … Read more

[Solved] Don’t use one refreshController to multiple SmartRefresher

SmartRefresher

Don’t use one refreshController to multiple SmartRefresher, It will cause some unexpected bugs mostly in TabBarView ‘package:pull_to_refresh/src/smart_refresher.dart’: package:pull_to_refresh/src/smart_refresher.dart:1 Failed assertion: line 608 pos 12: ‘_refresherState == null’ The issue was using one refreshController to multiple SmartRefresher. The solution was quite simple: i.e Define another instance for another smart refresher. However, my attention was focused on … Read more

Unwrap Key Failed Flutter Error

image 3

Unwrap Key Failed Error: Solution: Added the last two lines on AndroidManifest.xml located on android/app/src/main This solution is given on GitHub. Here’s the link to the solution: 3.1.0: Failed to unwrap key ยท Issue #13 New Error: If it doesn’t work and you get Unhandled Exception: PlatformException(Exception encountered, read, javax.crypto.BadPaddingException: error:1e000065:Cipher functions:OPENSSL_internal:BAD_DECRYPT The solution should … Read more

Internet Connection Checker Using Bloc [ Flutter Code Example ]

Internet Connection Checker Using Flutter BLOC 1

Here in this article, I will be discussing how you can check the internet connection status using Flutter Bloc and Connectivity Plus Package. You can get both the package on Pub.dev I will also be discussing how the events and states will work in simple terms based on my understanding. In this code, I am … Read more

How to Add Lighting in Blender Part 2?

How to Add Lighting in Blender Part 2

Chapter 5.5: Lighting (Bonus) Hey everyone. Itโ€™s been a bit busy for me this week, but I didnโ€™t want to leave you guys hanging so Iโ€™m adding a short two-page bonus lesson on how you should set up a basic scene for lighting. Check out Other Chapters:Chapter 1: Getting Started with Blender: IntroductionChapter 2: Things … Read more