Generate Commit Messages with Copilot

If you're not too picky about how you write your commit messages, this can be a neat little time saver! https://codewithandrea.com/tips/copilot-generate-commit-messages/

Created 1mo | Oct 8, 2024, 9:40:03 AM


Login to add comment

Other posts in this group

How to Design Your Flutter App Icons in Figma

A video showing how to create a custom app icon from scratch in Figma, even if you're new to design. https://codewithandrea.com/videos/how-to-design-flutter-app-icons-figma/

Nov 15, 2024, 9:20:20 AM | Code with Andrea
Apple Small Business Program

If your app sales are less than $1M/year, you can apply to the Small Business Program and slash your fees to 15%! https://codewithandrea.com/tips/apple-small-business-program/

Nov 12, 2024, 4:20:14 PM | Code with Andrea
Error.throwWithStackTrace

With Error.throwWithStackTrace, you can throw custom exceptions while keeping the original stack trace intact. https://codewithandrea.com/tips/error-throw-with-stack-trace/

Nov 12, 2024, 4:20:14 PM | Code with Andrea
Declaring Riverpod Providers with Ref

Since Riverpod 2.6.0, all generated providers can be declared with a Ref argument. Here's how to migrate to the new syntax. https://codewithandrea.com/tips/riverpod-prodivers-with-ref/

Nov 4, 2024, 5:50:10 PM | Code with Andrea
6 Key Steps to Take Before Releasing your Next Flutter App

Prepare your Flutter app for launch with these 6 steps, including flavors and environments, error monitoring, force updates, and in-app reviews. https://codewithandrea.com/articles/key-steps-before-re

Oct 24, 2024, 10:40:10 AM | Code with Andrea
October 2024: Flutter Fundamentals, Memory Leaks, Offline-First Apps, In-App Payments, New UI/UX Packages

Also included: getting a Flutter job, auto stop services (Firebase extension), animated Flutter widgets, and the latest from Code with Andrea. https://codewithandrea.com/newsletter/october-2024/

Oct 24, 2024, 10:40:09 AM | Code with Andrea
What does flutter pub upgrade do?

If you want to upgrade all dependencies to the latest non-major version, ignoring the pubspec.lock file, use flutter pub upgrade. https://codewithandrea.com/tips/flutter-pub-upgrade/

Oct 23, 2024, 9:20:06 AM | Code with Andrea