blog.bprabesh.com.npImage not loading on Google Chrome browser in flutter web. "FormatException:Message corrupted". Flutter web not loading images on web browser.I have encounter this problem on the begining of the website i created using flutter. I search every possible solution on the web, stackoverflow and other sites. Even use ChatGTP for the solution but i stuck on the same problem for several days. Afte...Feb 20, 2024·1 min read
blog.bprabesh.com.npChange Image in FlutterPicking up image is one of the important thing in any application. User want to select various image, upload it and various other reasons. Making a functionality for picking image is one of the crucial part of mobile development and also for other pl...Feb 15, 2024·1 min read
blog.bprabesh.com.npAdding Flutter projects with Firebase using Flutterfire CLIConnection between server and database is one of the important part of the any applications. Firebase is one of the backend cloud computing and application development platform provided by Google. It host database, services, authentications for varie...Feb 9, 2024·2 min read
blog.bprabesh.com.npFirebase Authentication method in flutterAuthentication in any application is one of the important part of the program. It helps to indentify a user of the particular application or not. It indentify a user by searching the user email and password on the firebase database. Firebase authenti...Feb 7, 2024·1 min read
blog.bprabesh.com.npSolved [core/no-app] No Firebase App '[DEFAULT]' has been created - call Firebase.initializeApp()While using Firebase services in Flutter, you may get "[core/no-app] No Firebase App'[DEFAULT]' has been created - call Firebase.initalizeApp()". Error in flutter. This error is caused when you use any Firebase servies such as Cloud Messaging, Firest...Feb 6, 2024·1 min read