google_sign_in_all_platforms 1.0.2 copy "google_sign_in_all_platforms: ^1.0.2" to clipboard
google_sign_in_all_platforms: ^1.0.2 copied to clipboard

Google Sign In Plugin for supporting all platforms, even Windows and Linux

example/lib/main.dart

import 'package:flutter/material.dart';

import 'app.dart';

void main() => runApp(const MyApp());