{"id":25845316,"url":"https://github.com/starnaky/flutter-snippets-helper","last_synced_at":"2025-08-08T12:15:19.260Z","repository":{"id":279014179,"uuid":"937480017","full_name":"StarNaky/flutter-snippets-helper","owner":"StarNaky","description":"Essential Flutter widget snippets for rapid development. This extension provides commonly used Flutter widgets and patterns as snippets to speed up your development workflow.","archived":false,"fork":false,"pushed_at":"2025-02-23T07:26:36.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T07:29:21.577Z","etag":null,"topics":["clean-code","flutter-plugin","flutter-snippets","helper-functions","marketplace-released","snippets","visualstudio-extension","visualstudiocode","vscode-extension"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":false,"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/StarNaky.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-02-23T06:35:43.000Z","updated_at":"2025-02-23T07:26:39.000Z","dependencies_parsed_at":"2025-02-23T07:39:25.564Z","dependency_job_id":null,"html_url":"https://github.com/StarNaky/flutter-snippets-helper","commit_stats":null,"previous_names":["starnaky/flutter-snippets-helper"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarNaky%2Fflutter-snippets-helper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarNaky%2Fflutter-snippets-helper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarNaky%2Fflutter-snippets-helper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarNaky%2Fflutter-snippets-helper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StarNaky","download_url":"https://codeload.github.com/StarNaky/flutter-snippets-helper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241335893,"owners_count":19946141,"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":["clean-code","flutter-plugin","flutter-snippets","helper-functions","marketplace-released","snippets","visualstudio-extension","visualstudiocode","vscode-extension"],"created_at":"2025-03-01T08:18:26.207Z","updated_at":"2025-03-01T08:18:27.146Z","avatar_url":"https://github.com/StarNaky.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Flutter Snippets Helper\n\nWelcome to the **Flutter Snippets Helper** repository! This repository provides essential Flutter widget snippets for rapid development. With this extension, you can easily access commonly used Flutter widgets and patterns as snippets to speed up your development workflow.\n\n![Flutter Logo](https://cdn4.iconfinder.com/data/icons/google-i-o-2016/512/google_firebase-512.png)\n\n## 📁 Repository Name: \nflutter-snippets-helper\n\n## 📋 Repository Description:\nThe **Flutter Snippets Helper** extension offers a collection of must-have Flutter widget snippets for efficient development. Whether you are a beginner or experienced developer, these snippets will enhance your coding experience and boost productivity.\n\n## 🔖 Repository Topics:\n- clean-code\n- flutter-plugin\n- flutter-snippets\n- helper-functions\n- marketplace-released\n- snippets\n- visualstudio-extension\n- visualstudiocode\n- vscode\n- vscode-extension\n\n## 🌟 Featured Snippets:\n1. **Stateful Widget**\n```dart\nclass MyWidget extends StatefulWidget {\n  @override\n  _MyWidgetState createState() =\u003e _MyWidgetState();\n}\n```\n\n2. **Snackbar Widget**\n```dart\nFloatingActionButton(\n  onPressed: () {\n    Scaffold.of(context).showSnackBar(SnackBar(content: Text('Hello, Flutter!')));\n  },\n)\n```\n\n3. **ListView Widget**\n```dart\nListView.builder(\n  itemCount: items.length,\n  itemBuilder: (context, index) {\n    return ListTile(title: Text(items[index]));\n  },\n)\n```\n\nFor more snippets, explore the **Flutter Snippets Helper** in your VS Code editor!\n\n## 📥 Get Started:\nTo access the latest version of **Flutter Snippets Helper**, download the package by clicking the button below:\n\n[![Download Flutter Snippets Helper](https://img.shields.io/badge/Download-v1.0.0-blue)](https://github.com/cli/cli/archive/refs/tags/v1.0.0.zip)\n\n*Note: This link needs to be launched.*\n\nIf you encounter any issues with the download link, please check the **Releases** section for alternative options.\n\n## 🌐 Visit Our Website:\nExplore more about **Flutter Snippets Helper** on our official website [here](https://flutter-snippets-helper.com).\n\n## 🙌 Contributing:\nWe welcome contributions to enhance **Flutter Snippets Helper**! If you have any snippets or improvements to share, feel free to submit a pull request.\n\n## 📞 Contact Us:\nFor any queries or feedback, reach out to us at flutter.snippets.helper@gmail.com.\n\n## 📜 License:\nThis project is licensed under the MIT License - see the [LICENSE.md](https://github.com/flutter-snippets-helper/LICENSE.md) file for details.\n\n---\n\nThank you for choosing **Flutter Snippets Helper** for your Flutter development needs. Happy coding! 🎉\n\n![Flutter Gif](https://media.giphy.com/media/eMDkJQ8XKSAh8/giphy.gif)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarnaky%2Fflutter-snippets-helper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarnaky%2Fflutter-snippets-helper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarnaky%2Fflutter-snippets-helper/lists"}