google_sign_in_all_platforms 0.0.3 copy "google_sign_in_all_platforms: ^0.0.3" to clipboard
google_sign_in_all_platforms: ^0.0.3 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());