Skip to content

Instantly share code, notes, and snippets.

@ijoschek
Last active December 5, 2018 08:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ijoschek/bb6cecb22fa6de65676795a7b0450159 to your computer and use it in GitHub Desktop.
Save ijoschek/bb6cecb22fa6de65676795a7b0450159 to your computer and use it in GitHub Desktop.
flutter_auth_tut
import 'package:flutter/material.dart';
import 'auth/authHelper.dart';
class Home extends StatefulWidget {
@override
_Home createState() => _Home();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment