PBPrabesh Bhattaraiincodeflutterblog.hashnode.dev·Sep 5 · 3 min readWhy Flutter is still one of the Best Skills you can learn in 2026If you've ever opened an app on your phone and though, "I wish I could build something like this", you're not alone. A few years ago, that dream meant learning two completely different languages-- one00
PBPrabesh Bhattaraiincodeflutterblog.hashnode.dev·Feb 20, 2024 · 1 min readImage 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...00
PBPrabesh Bhattaraiincodeflutterblog.hashnode.dev·Feb 15, 2024 · 1 min readChange 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...00
PBPrabesh Bhattaraiincodeflutterblog.hashnode.dev·Feb 9, 2024 · 2 min readAdding 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...00
PBPrabesh Bhattaraiincodeflutterblog.hashnode.dev·Feb 7, 2024 · 1 min readFirebase 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...00