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

Block or report gaetschwartz

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 Loading

  1. swift_travel swift_travel Public

    An open-source pubic transport app 🚌🚉

    Dart 39 18

  2. zvm zvm Public

    Zig 2 1

  3. build-runner build-runner Public

    TypeScript 8 7

  4. all_lint_rules all_lint_rules Public

    Dart 26 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*",