Skip to content
Avatar
Block or Report

Block or report iAmWillShepherd

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.

Report abuse

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

Report abuse

Pinned

  1. Example project integrating OneSignal with Vue.js

    Vue 3

  2. 1
    Use the `const` keyword when you want to create a compile-time constant.  
    2
    Note that this value will be immutable.
    3
    
                  
    4
    ```dart
    5
    const color = 'Lava Orange';
  3. 1
    You can throw any valid object in Dart and still get a stack trace. Note that the stacktrace is independent from the error/exception.
    2
    
                  
    3
    ## Throwing a string
    4
    
                  
    5
    ```dart
  4. 1
    // Create intersection type to "extend" types by combining them
    2
    
                  
    3
    type BaseType = {
    4
        readonly id: string
    5
    }
  5. 1
    interface BaseType {
    2
      a: string
    3
      b: number
    4
      c: number[]
    5
    }

1,582 contributions in the last year

Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Mon Wed Fri

Contribution activity

December 2022

Created a pull request in OneSignalDevelopers/onesignal-supabase-sample-integration-app that received 1 comment

Allow user to set email preference

Added buttons to enable users to opt into and out of push and email subscriptions on OneSignal. I also added a basic UI to show the player state.

+463 −3,458 1 comment
Opened 1 other pull request in 1 repository
OneSignalDevelopers/onesignal-supabase-sample-integration-supabase 1 merged
Reviewed 1 pull request in 1 repository
OneSignalDevelopers/onesignal-live-activity-sample 1 pull request

Seeing something unexpected? Take a look at the GitHub profile guide.