Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 364 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 364 Bytes

InteractiveSSO-SharedSettings

Shared Setting Files for InteractiveSSO

Features

Type Validators for Inputs

Getting started

import 'package:interactivesso_sharedsettings/interactivesso_sharedsettings.dart';

void main() {
  final SharedSetting sharedSetting = interactiveSSOSharedSetting;
  //now feel free to use anything in sharedSetting
}