Skip to content

thunder-id/flutter-sdks

Repository files navigation

ThunderID Flutter SDK

Flutter SDK for ThunderID. Provides authentication and user management for cross-platform iOS and Android applications.

Installation

pub.dev

# pubspec.yaml
dependencies:
  thunder_flutter: ^0.1.0
flutter pub get

Make sure your native platforms include the ThunderID SDKs:

iOS — add to your Package.swift or via Xcode's Swift Package Manager:

.package(url: "https://github.com/thunder-id/thunderid-swift", from: "0.1.0")

Android — add to your settings.gradle.kts:

dependencyResolutionManagement {
    repositories {
        maven("https://maven.thunderid.dev/releases")
    }
}

And in build.gradle.kts:

dependencies {
    implementation("dev.thunderid:android:0.1.0")
}

License

This project is licensed under the Apache License 2.0

About

Developer resources for building Flutter applications with ThunderID

Topics

Resources

License

Stars

4 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors