SYMBOL INDEX (50 symbols across 5 files) FILE: lib/class/login_form.dart class LoginForm (line 7) | class LoginForm extends StatefulWidget { method createState (line 9) | LoginFormState createState() class LoginFormState (line 14) | class LoginFormState extends State { method build (line 22) | Widget build(BuildContext context) method _buildTextFields (line 31) | Widget _buildTextFields() method _buildLoginButton (line 94) | Widget _buildLoginButton(BuildContext context) FILE: lib/login.dart class LoginPage (line 4) | class LoginPage extends StatefulWidget { method createState (line 6) | _LoginPageState createState() class _LoginPageState (line 9) | class _LoginPageState extends State { method build (line 11) | Widget build(BuildContext context) FILE: lib/main.dart function main (line 9) | void main() class PaperlessShare (line 13) | class PaperlessShare extends StatefulWidget { method createState (line 15) | _PaperlessShareState createState() function createMaterialColor (line 19) | MaterialColor createMaterialColor(Color color) class _PaperlessShareState (line 39) | class _PaperlessShareState extends State { method initState (line 43) | void initState() method build (line 53) | Widget build(BuildContext context) FILE: lib/model/auth.dart class User (line 6) | class User { method toString (line 16) | String toString() method isValid (line 20) | bool isValid() method formatRoute (line 24) | String formatRoute(String route) method formatBasicAuth (line 33) | String formatBasicAuth() class AuthModel (line 39) | class AuthModel extends ChangeNotifier { method loadSettings (line 43) | void loadSettings() method login (line 61) | Future login({ method logout (line 88) | Future logout() FILE: lib/share.dart class SharePage (line 17) | class SharePage extends StatefulWidget { method createState (line 19) | _SharePageState createState() class _SharePageState (line 22) | class _SharePageState extends State { method uploadDocuments (line 28) | void uploadDocuments() method initState (line 37) | void initState() method handleSharedFile (line 43) | void handleSharedFile() method handleOpenWithFile (line 66) | void handleOpenWithFile() method handleInitialFile (line 71) | Future handleInitialFile() method initializeFileStreamHandling (line 83) | Future initializeFileStreamHandling() method getAvailableTagsList (line 93) | Future> getAvailableTagsList() method uploadFileToPaperless (line 107) | void uploadFileToPaperless(String path) method dispose (line 162) | void dispose() method build (line 169) | Widget build(BuildContext context) method _bodyContent (line 180) | Widget _bodyContent() method _logoutButton (line 201) | Widget _logoutButton() method _setTagButton (line 234) | Widget _setTagButton() method _welcomeText (line 251) | Widget _welcomeText() method _shareScreenExample (line 264) | Widget _shareScreenExample() method _paddedText (line 271) | Widget _paddedText(String text) class TagAlertDialog (line 281) | class TagAlertDialog extends StatefulWidget { method createState (line 287) | _TagAlertDialogState createState() class _TagAlertDialogState (line 290) | class _TagAlertDialogState extends State { method initState (line 295) | void initState() method build (line 317) | Widget build(BuildContext context)