Skip to content

Instantly share code, notes, and snippets.

View fonkamloic's full-sized avatar
💭
Fluttering💙 and Soaring with Dart🎯

Loïc Fonkam fonkamloic

💭
Fluttering💙 and Soaring with Dart🎯
View GitHub Profile
@aagarwal1012
aagarwal1012 / flutter-ci.yml
Last active October 20, 2025 09:21
CI for your Flutter apps on GitHub Actions.
name: Flutter CI
# This workflow is triggered on pushes to the repository.
on:
push:
branches:
- master
# on: push # Default will running for every branch.
@bradtraversy
bradtraversy / vscode_shortcuts.md
Last active November 15, 2025 02:37
Helpful shortcuts for VSCode

VSCode Shortcuts

List of helpful shortcuts for faster coding

If you have any other helpful shortcuts, feel free to add in the comments of this gist :)

Official List of all commands