How to Publish your Flutter Web Apps on GitHub Pages for Free

A step-by-step tutorial showing how to deploy your Flutter web apps to GitHub Pages using Makefiles. https://codewithandrea.com/articles/flutter-web-github-pages/

Établi 11mo | 8 mars 2024 à 13:20:03


Connectez-vous pour ajouter un commentaire

Autres messages de ce groupe

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

23 janv. 2025 à 13:20:03 | 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

20 janv. 2025 à 18:10:03 | 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/

16 janv. 2025 à 16:40:03 | 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

13 janv. 2025 à 14:30:04 | Code with Andrea
Move Declaration to File (VSCode assist)

With VSCode, you can easily move your Dart classes and functions to a different file (this is very useful when refactoring). https://codewithandrea.com/tips/move-to-file-vscode-assist/

8 janv. 2025 à 13:50:05 | Code with Andrea
Using Stack and FractionallySizedBox

Here's how to overlay multiple widgets inside a Stack and constrain their size and position with Positioned and FractionallySizedBox. https://codewithandrea.com/tips/stack-fractionally-sized-box/

7 janv. 2025 à 10:10:03 | Code with Andrea
December 2024: Flutter 3.27 Release, Architecture Case Study, Dart Microbenchmarks, and Union Types

Also included: Dart 3.6, Flutter AI Toolkit, Flutter in Production livestream, and the latest from Code with Andrea. https://codewithandrea.com/newsletter/december-2024/

23 déc. 2024 à 15:10:09 | Code with Andrea