My 2018 year in review with Flutter

Retrospective article about my year as a Flutter developer, blogger and YouTuber in 2018. https://codewithandrea.com/articles/my-2018-year-in-review/

Created 4y | Jan 16, 2021, 7:22:31 PM


Login to add comment

Other posts in this group

Responsive Split View in Flutter

Here's how to create a responsive split-view widget that works on mobile, desktop and web. https://codewithandrea.com/tips/responsive-split-view-flutter/

Feb 10, 2025, 5:10:06 PM | Code with Andrea
GitHub Self-Hosted Runners

If you're using GitHub Actions for your CI/CD needs, you can setup a self-hosted runner to cut your build times and save money. https://codewithandrea.com/tips/github-self-hosted-runners/

Feb 6, 2025, 11:10:08 AM | Code with Andrea
The debugFillProperties Method

If you add a debugFillProperties() method to your custom widget classes, all your custom widget properties will show in the DevTools. https://codewithandrea.com/tips/debug-fill-properties/

Jan 24, 2025, 10:10:04 AM | Code with Andrea
January 2025: Flutter vs React Native, Hard Truths About AI, Pub Workspaces, Less-Known Widgets

Also included: GoRouter in maintenance mode, Dart Serialization Proposal, localizing an app into 55 languages, Cupertino and Material Updates, and more. https://codewithandrea.com/newsletter/january-2

Jan 23, 2025, 1:20:03 PM | Code with Andrea
Uploading the Source Maps to Sentry

If you enable code obfuscation in your Flutter release builds, the stack traces will be unreadable in the Sentry crash reports. Here's how to fix it. https://codewithandrea.com/tips/upload-source-maps

Jan 20, 2025, 6:10:03 PM | Code with Andrea
SSH Access on Codemagic Builds

If your Codemagic builds are failing, you can enable SSH access and login to the build runner to diagnose the issue. https://codewithandrea.com/tips/ssh-access-codemagic/

Jan 16, 2025, 4:40:03 PM | Code with Andrea
How to Release Your Flutter App on the Google Play Store

A reference guide for releasing your Flutter app on the Play Store, including app content, store listing, Android project settings, and code signing. https://codewithandrea.com/articles/how-to-release

Jan 13, 2025, 2:30:04 PM | Code with Andrea