This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace App\Helper; | |
use Exception; | |
use Illuminate\Database\Eloquent\ModelNotFoundException; | |
use Illuminate\Http\JsonResponse; | |
use Symfony\Component\HttpFoundation\Response as ResponseAlias; | |
class ResponseHelper |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:firebase_auth/firebase_auth.dart'; | |
import 'package:firebase_learn/presentation/auth/register_screen.dart'; | |
import 'package:firebase_learn/presentation/main_screen.dart'; | |
import 'package:flutter/material.dart'; | |
import 'package:google_sign_in/google_sign_in.dart'; | |
class LoginScreen extends StatefulWidget { | |
const LoginScreen({Key? key}); | |
@override |