{"id":26094138,"url":"https://github.com/hifza-khalid/flutter_auth_forms","last_synced_at":"2026-04-10T02:05:19.778Z","repository":{"id":281455437,"uuid":"941380368","full_name":"Hifza-Khalid/flutter_auth_forms","owner":"Hifza-Khalid","description":"✨ A Flutter-based Authentication UI featuring 🔑 two types of Sign-In \u0026 Sign-Up forms. 🎨 Easily customizable and ready for integration with Firebase or any backend! 🚀💙","archived":false,"fork":false,"pushed_at":"2025-03-09T07:02:50.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-09T08:18:03.394Z","etag":null,"topics":["authentication","dart","flutter","forms","sign-in","signup","ui"],"latest_commit_sha":null,"homepage":"https://github.com/Hifza-Khalid/flutter_auth_forms","language":null,"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/Hifza-Khalid.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}},"created_at":"2025-03-02T06:26:23.000Z","updated_at":"2025-03-09T07:02:53.000Z","dependencies_parsed_at":"2025-03-09T08:18:04.509Z","dependency_job_id":null,"html_url":"https://github.com/Hifza-Khalid/flutter_auth_forms","commit_stats":null,"previous_names":["hifza-khalid/flutter_auth_forms"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hifza-Khalid%2Fflutter_auth_forms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hifza-Khalid%2Fflutter_auth_forms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hifza-Khalid%2Fflutter_auth_forms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hifza-Khalid%2Fflutter_auth_forms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hifza-Khalid","download_url":"https://codeload.github.com/Hifza-Khalid/flutter_auth_forms/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242692342,"owners_count":20170228,"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":["authentication","dart","flutter","forms","sign-in","signup","ui"],"created_at":"2025-03-09T12:49:55.115Z","updated_at":"2025-12-31T00:47:19.324Z","avatar_url":"https://github.com/Hifza-Khalid.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flutter Authentication UI\n\n✨ A Flutter-based Authentication UI featuring 🔑 two types of Sign-In \u0026 Sign-Up forms. 🎨 Easily customizable and ready for integration with Firebase or any backend! 🚀\n\n## 📌 Features\n- 🔑 **Two Authentication Forms** (Standard \u0026 Minimal)\n- 🎨 **Modern \u0026 Clean UI** with intuitive design\n- 🔄 **Fully Responsive** for mobile and tablet\n- 🔧 **Easily Customizable** (colors, fonts, layouts)\n- 🔗 **Ready for Firebase or any Backend Integration**\n- 🚀 **Smooth Animations \u0026 UI Effects**\n\n## 📸 Screenshots\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"assets/screenshots/signin.png\" width=\"250\"\u003e \n  \u003cimg src=\"assets/screenshots/signup.png\" width=\"250\"\u003e \n\u003c/p\u003e\n\n## 🚀 Getting Started\n### 1️⃣ Prerequisites\nMake sure you have Flutter installed on your system.\n\n```sh\nflutter --version\n```\n\n### 2️⃣ Clone the Repository\n```sh\ngit clone https://github.com/Hifza-Khalid/flutter_auth_forms.git\ncd flutter_auth_forms\n```\n\n### 3️⃣ Install Dependencies\n```sh\nflutter pub get\n```\n\n### 4️⃣ Run the App\n```sh\nflutter run\n```\n\n## 🔥 Firebase Integration (Optional)\nTo integrate Firebase Authentication:\n1. Create a Firebase project at [Firebase Console](https://console.firebase.google.com/).\n2. Add your `google-services.json` (Android) and `GoogleService-Info.plist` (iOS) files to the project.\n3. Install Firebase dependencies:\n   ```sh\n   flutter pub add firebase_auth firebase_core\n   ```\n4. Initialize Firebase in your `main.dart`:\n   ```dart\n   void main() async {\n     WidgetsFlutterBinding.ensureInitialized();\n     await Firebase.initializeApp();\n     runApp(MyApp());\n   }\n   ```\n\n## 📂 Project Structure\n```\nflutter_auth_forms/\n├── lib/\n│   ├── main.dart\n│   ├── screens/\n│   │   ├── signin_screen.dart\n│   │   ├── signup_screen.dart\n│   ├── widgets/\n│   │   ├── custom_button.dart\n│   │   ├── input_field.dart\n│   ├── utils/\n│   │   ├── themes.dart\n├── assets/\n│   ├── screenshots/\n│   │   ├── signin.png\n│   │   ├── signup.png\n```\n\n## 🛠 Technologies Used\n- **Flutter** (UI Framework)\n- **Dart** (Programming Language)\n- **Firebase** (Authentication - Optional)\n\n## 🤝 Contributing\nContributions are welcome! Feel free to submit a pull request or open an issue.\n\n## 📜 License\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhifza-khalid%2Fflutter_auth_forms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhifza-khalid%2Fflutter_auth_forms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhifza-khalid%2Fflutter_auth_forms/lists"}