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
Just go learn Pinia. It’s pleasant and fun, all the things I wish Vuex was. Not knocking Vuex they did the best with what that had, but Vue 3and Pinia makes me sad for all… … Read more
3 years ago in Development, vue0
Brad
I was trying to load images in Vue3 the same way I had in prior version as well as how Astro works. So it appears that’s not going to work any more. This was added… … Read more
3 years ago in Development, vue0
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
So you’ve started on Vue 3 and your using props but they are not reactive and your getting this error But your not sure what to do? This is the exact answer you are looking… … Read more
3 years ago in Development, vue0
Brad
Animate on Scroll (AoS) and Astro.build work well together. Your code should look like this. In your header section: And just before your closing body tag Check the developer console to ensure you have no… … Read more
3 years ago in Development0
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