firebase_auth_utility 0.0.3 copy "firebase_auth_utility: ^0.0.3" to clipboard
firebase_auth_utility: ^0.0.3 copied to clipboard

outdated

This versatile Flutter package simplifies the integration of essential features into your mobile app. It includes ready-to-use components for authentication and push notifications.

example/lib/main.dart

import 'package:flutter/material.dart';

void main() {
  runApp(const MyApp());
}

class MyApp extends StatefulWidget {
  /// Default Constructor
  const MyApp({super.key});

  @override
  State<MyApp> createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return const Text('Look at the console output for results!');
  }
}
18
likes
0
points
62
downloads

Publisher

verified publisherzingworks.in

Weekly Downloads

This versatile Flutter package simplifies the integration of essential features into your mobile app. It includes ready-to-use components for authentication and push notifications.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

firebase_auth, firebase_core, firebase_messaging, flutter, flutter_local_notifications, google_sign_in, sign_in_with_apple

More

Packages that depend on firebase_auth_utility