{"id":18160829,"url":"https://github.com/blankeos/firebase-flutter","last_synced_at":"2025-04-07T03:54:57.707Z","repository":{"id":108680557,"uuid":"599447058","full_name":"Blankeos/firebase-flutter","owner":"Blankeos","description":"🐔 Practicing Flutter for my Internship @ SV","archived":false,"fork":false,"pushed_at":"2023-02-09T08:40:07.000Z","size":271,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T08:41:52.822Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"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/Blankeos.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":"2023-02-09T06:37:00.000Z","updated_at":"2023-02-09T23:13:10.000Z","dependencies_parsed_at":null,"dependency_job_id":"ccc6d51d-f739-42cb-96cd-7bb8b5c001ca","html_url":"https://github.com/Blankeos/firebase-flutter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blankeos%2Ffirebase-flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blankeos%2Ffirebase-flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blankeos%2Ffirebase-flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Blankeos%2Ffirebase-flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Blankeos","download_url":"https://codeload.github.com/Blankeos/firebase-flutter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247589831,"owners_count":20963022,"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-02T08:09:27.640Z","updated_at":"2025-04-07T03:54:57.686Z","avatar_url":"https://github.com/Blankeos.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"Channels to watch:\n\n```\nFlutter\nFireship\nJoannes Mike\nThe Flutter Way\nRifqi Eka\n```\n\n# Notes:\n\n### Making Stateful Widgets\n\nThese are widgets with state\n\n```dart\n// Snippet: stf\n// _YourState and State\u003cYourWidget\u003e are interchangeable in the createState return type\n\nclass YourWidget extends StatefulWidget {\n    @override\n    _YourState createState() =\u003e _YourState();\n}\n\nclass _YourState extends State\u003cYourWidget\u003e {\n    @override\n    Widget build(BuildContext context) {\n        return Container(child: Text('Stuff'));\n    }\n}\n```\n\n### Making Stateless Widgets\n\nThese are widgets that don't need state.\n\n```dart\n// Snippet: stles\nclass YourWidget extends StatelessWidget {\n  @override\n  Widget build(BuildContext context) {\n    return Container(child: Text(\"Home\"));\n  }\n}\n```\n\n# sven_mobile\n\nA new Flutter project.\n\n## Getting Started\n\nThis project is a starting point for a Flutter application.\n\nA few resources to get you started if this is your first Flutter project:\n\n- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)\n- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)\n\nFor help getting started with Flutter development, view the\n[online documentation](https://docs.flutter.dev/), which offers tutorials,\nsamples, guidance on mobile development, and a full API reference.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblankeos%2Ffirebase-flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblankeos%2Ffirebase-flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblankeos%2Ffirebase-flutter/lists"}