Navigation Menu

Skip to content
View gaetschwartz's full-sized avatar
🖥️
Developing apps
🖥️
Developing apps
Block or Report

Block or report gaetschwartz

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
gaetschwartz/README.md

Hi there 👋 my name is Gaëtan Schwartz !

🔭 I’m currently working on ...

📝 My work

🚊 Swift Travel An open-source mobile transport app !

⚙️ All Lint Rules Include all lint rules in your Dart/Flutter project easily !

🔨 Build Runner an extension to run build_runner commands via VSCode!

Freezed an extension for VSCode to generate freezed classes and have Freezed related snippets!

📫 How to reach me

⚡ Fun facts

  • I love coding so much that I oftentimes forget to sleep 😅

Gaëtan's GitHub stats

Pinned

  1. swift_travel swift_travel Public

    An open-source pubic transport app 🚌🚉

    Dart 37 20

  2. zvm zvm Public

    Zig 1 1

  3. build-runner build-runner Public

    TypeScript 6 7

  4. all_lint_rules all_lint_rules Public

    Dart 25 2

  5. Nest files in Flutter projects on VS... Nest files in Flutter projects on VSCode, inspired from https://github.com/antfu/vscode-file-nesting-config
    1
    "explorer.fileNesting.enabled": true,
    2
    "explorer.fileNesting.expand": false,
    3
    "explorer.fileNesting.patterns": {
    4
        "pubspec.yaml": ".flutter-plugins, .packages, .dart_tool, .flutter-plugins-dependencies, .metadata, .packages, pubspec.lock, build.yaml, analysis_options.yaml, all_lint_rules.yaml",
    5
        ".gitignore": ".gitattributes, .gitmodules, .gitmessage, .mailmap, .git-blame*",