Skip to content
View jeroen-meijer's full-sized avatar
πŸ‡³πŸ‡±
Good times
πŸ‡³πŸ‡±
Good times

Highlights

  • Pro

Organizations

@fluttercommunity
Block or Report

Block or report jeroen-meijer

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
jeroen-meijer/README.md

Hi there πŸ‘‹

Call me Jay.

I'm a freelance Flutter & Rust engineer from Rotterdam, the Netherlands. πŸ‡³πŸ‡±πŸ§€

  • 🌍 I'm a Google Developer Expert for Flutter and Dart
  • πŸ¦€ I've fallen in love with Rust for over a year
  • πŸ’™ I'm a member of the @fluttercommunity Team
  • πŸ—£ I do talks on various topics
  • πŸ’¬ Ask me about building Flutter, Dart or Rust apps or joining our team
  • 🎢 I produce and DJ all kinds of music
  • πŸ˜„ Pronouns: he/him/his
  • ⚑ Fun fact: I like to watch people play horror games but am too wimpy to play them myself

Open Source Projects

community talks Pubspec Assist JFK.DEV Portfolio

Github Stats

Jeroen's Github Stats

Pinned

  1. fluttercommunity/community fluttercommunity/community Public

    Flutter Community - A central place for community made Flutter content.

    1.5k 121

  2. talks talks Public

    A directory for all my presentations, including codelabs and talks. Contains slides and source files.

    Dart 30 1

  3. pubspec-assist pubspec-assist Public

    Easily add dependencies to your Dart / Flutter project. https://marketplace.visualstudio.com/items?itemName=jeroen-meijer.pubspec-assist

    TypeScript 48 5

  4. jfk-dev/portfolio jfk-dev/portfolio Public

    The portfolio site for JFK.DEV, built with Flutter.

    Dart 58 11

  5. Flutter Repair iOS - When your Flutt... Flutter Repair iOS - When your Flutter build comes up with weird Xcode errors, run this script from your Flutter project directory and it will clean out all the old iOS stuff and get your project dependencies fresh.
    1
    #!/bin/sh
    2
    
                  
    3
    # To run, download the script or copy the code to a '.sh' file (for example 'flutterrepair.sh') and run like any other script:
    4
    #   sh ./flutterrepair.sh
    5
    # or
  6. Flutter Clean Recursive - Clear up s... Flutter Clean Recursive - Clear up space on your hard drive by cleaning your Flutter projects. This script searches for all Flutter projects in this directory and all subdirectories and runs 'flutter clean'. Note: may take a long time for folders with large amounts of projects.
    1
    #!/bin/sh
    2
    
                  
    3
    # To run, download the script or copy the code to a '.sh' file (for example 'fluttercleanrecursive.sh') and run like any other script:
    4
    #   sh ./fluttercleanrecursive.sh
    5
    # or