{"id":19430593,"url":"https://github.com/jmrashed/audio-books","last_synced_at":"2026-04-11T16:39:48.824Z","repository":{"id":247263477,"uuid":"825018932","full_name":"jmrashed/audio-books","owner":"jmrashed","description":"Advanced Login and Register UI Flutter App","archived":false,"fork":false,"pushed_at":"2024-07-07T15:31:29.000Z","size":1124,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-07T20:14:20.812Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jmrashed.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-07-06T14:37:37.000Z","updated_at":"2024-07-07T16:10:34.000Z","dependencies_parsed_at":"2024-07-07T18:40:19.378Z","dependency_job_id":null,"html_url":"https://github.com/jmrashed/audio-books","commit_stats":null,"previous_names":["jmrashed/audio-books"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmrashed%2Faudio-books","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmrashed%2Faudio-books/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmrashed%2Faudio-books/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jmrashed%2Faudio-books/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jmrashed","download_url":"https://codeload.github.com/jmrashed/audio-books/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240612535,"owners_count":19829027,"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":"2024-11-10T14:25:46.421Z","updated_at":"2026-04-11T16:39:43.778Z","avatar_url":"https://github.com/jmrashed.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advanced Login and Register UI Flutter App\n\nThis is a Flutter application that features an advanced login and registration system. The app demonstrates the use of Flutter's navigation, stateful widgets, and custom styling.\n\n## Features\n\n- Login Screen\n- Registration Screen\n- Custom Styling\n- Navigation between login and registration screens\n\n## Getting Started\n\n### Prerequisites\n\n- Flutter SDK\n- Dart SDK\n\n### Installation\n\n1. **Clone the repository:**\n\n```sh\ngit clone https://github.com/jmrashed/advanced-login-register-flutter-ui-kit.git\n```\n\n2. **Navigate to the project directory:**\n\n```sh\ncd advanced_login_app\n```\n\n3. **Get the dependencies:**\n\n```sh\nflutter pub get\n```\n\n### Running the App\n\nTo run the app, use the following command:\n\n```sh\nflutter run\n```\n\nMake sure you have a connected device or an emulator running.\n\n## Project Structure\n\n```plaintext\nadvanced_login_app/\n│\n├── assets/\n│   ├── login.png\n│   └── register.png\n│\n├── lib/\n│   ├── main.dart\n│   ├── login.dart\n│   └── register.dart\n│\n├── pubspec.yaml\n└── README.md\n```\n\n### Code Overview\n\n#### `main.dart`\n\nThis is the entry point of the application. It sets up the routes and initializes the app.\n\n```dart\nimport 'package:advanced_login_app/login.dart';\nimport 'package:advanced_login_app/register.dart';\nimport 'package:flutter/material.dart';\n\nvoid main() {\n  runApp(MaterialApp(\n    debugShowCheckedModeBanner: false,\n    home: const MyLogin(),\n    routes: {\n      'register': (context) =\u003e const MyRegister(),\n      'login': (context) =\u003e const MyLogin(),\n    },\n  ));\n}\n```\n\n#### `login.dart`\n\nThis file contains the `MyLogin` widget, which builds the login screen UI.\n\n#### `register.dart`\n\nThis file contains the `MyRegister` widget, which builds the registration screen UI.\n\n### Assets\n\n- `login.png` - Background image for the login screen.\n- `register.png` - Background image for the registration screen.\n\n### Customization\n\nTo customize the app, you can modify the UI components in `login.dart` and `register.dart`. You can also replace the background images in the `assets` folder with your own images.\n\n## Demo \n\u003cimg src=\"./assets/Screenshot_1.png\"\u003e\n\n\u003cimg src=\"./assets/Screenshot_2.png\"\u003e\n\n\u003cimg src=\"./assets/Screenshot_4.png\"\u003e\n\n\u003cimg src=\"./assets/Screenshot_5.png\"\u003e\n\n\n## Contributing\n\nContributions are welcome! Please fork the repository and submit a pull request for any changes.\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmrashed%2Faudio-books","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjmrashed%2Faudio-books","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjmrashed%2Faudio-books/lists"}