Skip to content
View jslattery26's full-sized avatar

Block or report jslattery26

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

Jack

full stack software engineer

Work Projects

VPExam

BoxCast

Tellascape




Personal Projects

PENTACAM

SPOTIFRIENDS




Languages and Tools

Flutter

Firebase

Swift

Figma

Android

Nodejs

python




Hobbies & Other Skills

Maya

After Effects

Premiere Pro

After Effects

Unity

Arduino





Pinned Loading

  1. jack jack Public

    a starter template for flutter/firebase/riverpod/hooks/gorouter/flavors/theming/icons/launchscreen.

    Dart 14 2

  2. flutter ios/macos flavors for multip... flutter ios/macos flavors for multiple-firebase projects
    1
    make flavors inside Project > Runner > Info > Configurations
    2
    
                  
    3
    ios
    4
      ```
    5
      Debug-local
  3. Mount mac time machine thats formatt... Mount mac time machine thats formatted as ext4
    1
    need to make file `ext4fuse.rb`
    2
    
                  
    3
    ```rb
    4
      class MacFuseRequirement < Requirement
    5
        fatal true
  4. install new python environment with ... install new python environment with dumb mac things included (openssl / tk?)
    1
    env \
    2
      PATH="$(brew --prefix tcl-tk)/bin:$PATH" \
    3
      LDFLAGS="-L$(brew --prefix tcl-tk)/lib" \
    4
      CPPFLAGS="-I$(brew --prefix tcl-tk)/include" \
    5
      PKG_CONFIG_PATH="$(brew --prefix tcl-tk)/lib/pkgconfig" \