{"id":27060230,"url":"https://github.com/jonathanlight/flutter_login_view","last_synced_at":"2025-06-12T23:03:17.287Z","repository":{"id":125880973,"uuid":"163283775","full_name":"Jonathanlight/flutter_login_view","owner":"Jonathanlight","description":null,"archived":false,"fork":false,"pushed_at":"2019-01-18T16:26:52.000Z","size":47951,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-30T22:28:08.841Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Jonathanlight.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-12-27T10:57:32.000Z","updated_at":"2019-01-18T16:26:55.000Z","dependencies_parsed_at":"2023-07-08T04:45:46.285Z","dependency_job_id":null,"html_url":"https://github.com/Jonathanlight/flutter_login_view","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Jonathanlight/flutter_login_view","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jonathanlight%2Fflutter_login_view","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jonathanlight%2Fflutter_login_view/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jonathanlight%2Fflutter_login_view/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jonathanlight%2Fflutter_login_view/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Jonathanlight","download_url":"https://codeload.github.com/Jonathanlight/flutter_login_view/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Jonathanlight%2Fflutter_login_view/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259546384,"owners_count":22874558,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-04-05T13:18:10.765Z","updated_at":"2025-06-12T23:03:17.278Z","avatar_url":"https://github.com/Jonathanlight.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flutter_login_tab\n\nA new Flutter project for Login view.\n\n```\nContainer(\n    margin: EdgeInsets.only(left: 16.0),\n    child: TextFormField(\n      controller: _username,\n      decoration: InputDecoration(\n          hintText: '请输入工号',\n          filled: true,\n          prefixIcon: Icon(\n            Icons.account_box,\n            size: 28.0,\n          ),\n          suffixIcon: IconButton(\n              icon: Icon(Icons.remove),\n              onPressed: () {\n                debugPrint('222');\n              })),\n    ),\n  ),\n  \n  #Hide and Show Password Flutter\n  \n   new ListTile(\n    leading: const Icon(Icons.phone),\n    title: new TextField(\n      controller: password,\n      obscureText: _obscureText,\n      maxLength: 150,\n      decoration: new InputDecoration(\n        border: OutlineInputBorder(),\n        hintText: \"Password\",\n        filled: true,\n        suffixIcon: IconButton(\n            icon: Icon(Icons.remove_red_eye),\n            onPressed: _toggle\n        ),\n      ),\n      keyboardType: TextInputType.text,\n      style: TextStyle(color: Colors.red, fontWeight: FontWeight.normal),\n    ),\n  ),\n  ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanlight%2Fflutter_login_view","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjonathanlight%2Fflutter_login_view","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjonathanlight%2Fflutter_login_view/lists"}