Brad
The simple way to fix it:(although this may make new bugs) The video explaining why you need to fix (6 minutes) use_build_context_synchronously But what happens if you don’t fix it? That’s the hard to test… … Read more
2 years ago in Development, flutter0
Hasna
When it comes to cross platform development the list of popular development platforms is relatively short and includes candidates such as React Native, Flutter, FireMonkey, Xamarin, Ionic, and Unity. However, the mobile development industry is… … Read more
2 years ago in Cross-platform development, FireMonkey, flutter, FMX, Productivity, programming0
Brad
If you want to get involved in open source and give a little back to the people that make all those great flutter packages then migrating a package to null safety is simple and easy… … Read more
2 years ago in Development, flutter0
Brad
If you get this email form Apple for your Flutter application it is safe to ignore. We identified one or more issues with a recent delivery for your app, Your delivery was successful, but you… … Read more
2 years ago in Development, flutter0
Brad
I’m not sure if I just stared getting this in my new version or Sentry got better and just started to report it. Time to deep dive on some bug triage. The post EXC_BAD_ACCESS FlutterViewController appeared… … Read more
2 years ago in Development, flutter0
Brad
Here’s a really simple example of Sentry using Flutter. When you run it with your API key you will get an email as follows. As well as it will show on the dashboard, mine took… … Read more
3 years ago in Development, flutter0
Brad
Coming from the web (Vue 3) it’s possible to paste an icon’s SVG directly into your code, as the browser will render it automatically. With Flutter it’s not that easy but with flutter_svg it almost… … Read more
3 years ago in Development, flutter0
Brad
Flutter has full support for all material icons. If you are in Flutter and you are looking for a list of the icons then you have found it.. Flutter also supports Font Awesome icons. but… … Read more
3 years ago in Development, flutter0
Brad
Flutter has an AnimatedIcon class as well as Icons than can be animated. This guide will show how to use AnimatedIcon and I’ll follow up with a post on animating icons. The full code and… … Read more
3 years ago in Development, flutter0
Brad
Putting a Flutter Application in the Play Store and App Store requires 14 different icon files. There are some web sites that will do it, but it still takes a while to upload & download… … Read more
3 years ago in Development, flutter0
Brad
Flutter makes it easy to debug on multiple devices at the same time. Firstly list all your devices flutter devices Which shows something like this Then edit or create a .vscode\launch.json file and make it… … Read more
3 years ago in Development, flutter0
Brad
I spent a lot of time getting a physical android device to work with the firestore emulator. This repository has a working example. The solution is to use your ip address in firebase.json and in… … Read more
3 years ago in Development, flutter0
Brad
My first flutter component: Increment button. I needed a way for users to enter a large integer similar to the pervious number they had entered. This the control I came…Continue readingFlutter Enter Number Component … Read more
3 years ago in Development, flutter0
Brad
If you upgraded to the latest Flutter 2.5 and get this message: But when you do the sdkmanager part you get: You can always use Android Studio to complete the…Continue readingFlutter Post Upgrade iOS … Read more
3 years ago in Development, flutter0
Brad
Once your Flutter app reaches a certain size you may start to get this error when building for Android Cannot fit requested classes in a single dex file (# methods:…Continue readingYour Flutter App Is Big … Read more
4 years ago in Development, flutter0