Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

HorumDev/tribally

Repository files navigation

tribally

Tribally SDKs enable your users to create communities and bring in more people to talk about the things they love.

Getting Started

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

in app delegate

import UIKit import Flutter import Tribally

@UIApplicationMain @objc class AppDelegate: FlutterAppDelegate { override func application( _ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]? ) -> Bool { UserService.initApp(projectId: "ENTER PROJECT ID", apiKey: "ENTER API KEY") GeneratedPluginRegistrant.register(with: self) return super.application(application, didFinishLaunchingWithOptions: launchOptions) } }

About

Tribally SDKs enable your users to create communities and bring in more people to talk about the things they love.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published