oh_auth_2 1.0.1+1
oh_auth_2: ^1.0.1+1 copied to clipboard
A flutter library for the industry-standard protocol for authorization.
example/lib/main.dart
import 'package:flutter/material.dart';
import 'example_view.dart';
void main() => runApp(MaterialApp(
title: "OhAuth2 Example",
home: ExampleView(),
));