{"id":29867110,"url":"https://github.com/mugisha-pascal/flutter-starter","last_synced_at":"2026-05-18T06:39:36.464Z","repository":{"id":305029999,"uuid":"998077399","full_name":"MUGISHA-Pascal/Flutter-Starter","owner":"MUGISHA-Pascal","description":"A mobile application for managing blog posts with built-in user security, clean architecture, and easy customization. Perfect for kickstarting your secure blogging mobile app.","archived":false,"fork":false,"pushed_at":"2025-07-19T20:18:59.000Z","size":365,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-30T14:01:51.898Z","etag":null,"topics":["bloc","full-stack-development","hive","supabase"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/MUGISHA-Pascal.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":"2025-06-07T20:18:04.000Z","updated_at":"2025-07-20T12:15:26.000Z","dependencies_parsed_at":"2025-07-18T01:35:15.613Z","dependency_job_id":"6bf39b27-b8cb-4f2a-a094-06af55b2ce8d","html_url":"https://github.com/MUGISHA-Pascal/Flutter-Starter","commit_stats":null,"previous_names":["mugisha-pascal/flutter-starter"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/MUGISHA-Pascal/Flutter-Starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MUGISHA-Pascal%2FFlutter-Starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MUGISHA-Pascal%2FFlutter-Starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MUGISHA-Pascal%2FFlutter-Starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MUGISHA-Pascal%2FFlutter-Starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MUGISHA-Pascal","download_url":"https://codeload.github.com/MUGISHA-Pascal/Flutter-Starter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MUGISHA-Pascal%2FFlutter-Starter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33167928,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["bloc","full-stack-development","hive","supabase"],"created_at":"2025-07-30T13:20:22.468Z","updated_at":"2026-05-18T06:39:36.459Z","avatar_url":"https://github.com/MUGISHA-Pascal.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flutter Starter\n\nA starter Flutter project featuring user authentication and a simple blog system. This project demonstrates best practices in Flutter app architecture, state management, and integration with modern backend services.\n\n## Features\n\n- **User Authentication**: Sign up, login, and session management using Supabase.\n- **Blog System**:\n  - Create, list, and view blog posts\n  - Each blog includes a title, content, image, topics, author, and date\n  - Select from predefined topics: Technology, Business, Programming, Entertainment\n- **State Management**: Uses Bloc for scalable and testable state management.\n- **Local Storage**: Utilizes Hive for efficient local data storage.\n- **Modern UI**: Clean, responsive design with reusable widgets.\n\n## Project Structure\n\n- `lib/features/auth`: Authentication logic (data, domain, presentation)\n- `lib/features/blog`: Blog logic (data, domain, presentation)\n- `lib/core`: Shared utilities, constants, themes, and widgets (e.g., Loader)\n\n## Getting Started\n\n1. **Clone the repository:**\n   ```bash\n   git clone \u003crepo-url\u003e\n   cd flutter_starter\n   ```\n2. **Install dependencies:**\n   ```bash\n   flutter pub get\n   ```\n3. **Configure Supabase:**\n   - Add your Supabase URL and anon key to `lib/core/secrets/app_secrets.dart`.\n4. **Run the app:**\n   ```bash\n   flutter run\n   ```\n\n## Dependencies\n\n- [flutter_bloc](https://pub.dev/packages/flutter_bloc)\n- [supabase_flutter](https://pub.dev/packages/supabase_flutter)\n- [hive](https://pub.dev/packages/hive)\n- [get_it](https://pub.dev/packages/get_it)\n- [image_picker](https://pub.dev/packages/image_picker)\n- [fpdart](https://pub.dev/packages/fpdart)\n- [internet_connection_checker_plus](https://pub.dev/packages/internet_connection_checker_plus)\n\nSee `pubspec.yaml` for the full list.\n\n## Resources\n\n- [Flutter documentation](https://docs.flutter.dev/)\n- [Bloc documentation](https://bloclibrary.dev/#/)\n- [Supabase documentation](https://supabase.com/docs)\n\n---\n\nThis project is intended as a starting point for building robust Flutter applications with authentication and content features. Contributions and suggestions are welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmugisha-pascal%2Fflutter-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmugisha-pascal%2Fflutter-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmugisha-pascal%2Fflutter-starter/lists"}