The Great Hosting Migration.
A post about migrating the website.
A post about migrating the website.
You don't need a complex state management system.
The simple way to fix it, although this may make new bugs.
If you want to get involved in open source and give a little back
My first Vue package is now ready.
We A/B test the best jokes.
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, You...
I'm not sure if I just stared getting this in my new version or Sentry got better and just started to report it.
Getting feedback on an app is notoriously difficult. Users will uninstall for no know reason, they are also unlikely to leave a review.
So you released your Flutter app into the wild and you have no idea what's going on. People are using it but are they enjoying it?
Just go learn Pinia. It's pleasant and fun
Vue 3 does things a little different
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.
So you've started on Vue 3 and your using props but they are not reactive and your getting this error "message": "Getting a value from the props in root scop...
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 &l...
Does software get too complex over time?
The lock screen on my phone is different. It's better. I now get to try out this new color system and personalize my phone.
Tally is a click counter that can be used as a clicker to count people at events or locations, as an inventory or stock counter.
Flutter has full support for all material icons. When you are in Flutter and you are looking for a list of the icons then that's the link you needed..
Flutter has an AnimatedIcon class as well as Icons that can be animated.
Validate before starting
Stuck in tutorial land? Trying to build something but you're stuck at some weird error? It's frustrating.
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...
The solution is to use your ip address in firebase.json
Run Flutter on Multiple Devices Simultaneously
I've been banging my head against this for months. I have been using Flutter, Firebase and the emulator for years but I can't get a physical Android device t...
Coding is great, but it can also be a frustrating experience. It's hard to know upfront every state that your code can be in ( though writing tests helps wit...
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 actual...
Kicking of my next Flutter project. Squirrel Chat , a communication platform for scout troops that is not email.
Responsive images with one line of CSS img { max-width: 100% } This will make your images responsive, they will be their natural size unless thier parent is...
The Astro blog sample is a great starting point but what if you want summary pages for each month or year.
I played with the Astro blog sample and made a few additional features. Namely a summary page for each year and a summary for each month.
The onCall is a straight http function. The onRequest goes via the SDK and will handle some or the boilerplate code you need for CORS and authentication.
If you are getting this Astro error: Error: Failed to resolve force included dependency: vue It may be because you are upgrading a Nuxt project.
Have you ever browsed some ones Twitter feed? It's hard to get a feel for just who they are. Instead of just linking to your Twitter account and hoping make...
I'm liking Twitter Communities. It lets me tweet to different audiences. I can Flutter in the flutter group and cricket in my main feed without mixing the two.
If you need a privacy policy and/or terms or service for your web site / app try Google docs. They have a template for each, Word may also have one but I don...
Flockit now supports curated lists of tweets. You can see my favorite flutter tweets here . I'll add to it over time.
Coming from Vue the idea of Nuxt was great. I could statically render my site so search engines could find it.