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
Brad
From a Stack Overflow question with no answer: How to setup Firebase emulator for a physical device? The Firebase emulator is working fine with the mobile emulator but can’t connect to physical device and by… … Read more
3 years ago in Development0
Brad
Tech moves so fast, you can’t learn everything but that’s not that same as learning nothing. If your are not learning then you are going backwards and actually becoming less valuable.. Even if you learn… … Read more
3 years ago in Development0