{"id":13547988,"url":"https://github.com/DevsOnFlutter/bulletin","last_synced_at":"2025-04-02T20:31:19.903Z","repository":{"id":61972808,"uuid":"475703613","full_name":"DevsOnFlutter/bulletin","owner":"DevsOnFlutter","description":"A flutter package to show multiple flash cards","archived":false,"fork":false,"pushed_at":"2022-04-01T04:30:19.000Z","size":133,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2024-11-03T16:38:00.540Z","etag":null,"topics":["dart","flashcards","flutter","flutter-package","notifications"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/bulletin","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DevsOnFlutter.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2022-03-30T03:21:51.000Z","updated_at":"2023-05-28T09:58:31.000Z","dependencies_parsed_at":"2022-10-24T13:15:33.252Z","dependency_job_id":null,"html_url":"https://github.com/DevsOnFlutter/bulletin","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevsOnFlutter%2Fbulletin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevsOnFlutter%2Fbulletin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevsOnFlutter%2Fbulletin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DevsOnFlutter%2Fbulletin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DevsOnFlutter","download_url":"https://codeload.github.com/DevsOnFlutter/bulletin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246887985,"owners_count":20850179,"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":["dart","flashcards","flutter","flutter-package","notifications"],"created_at":"2024-08-01T12:01:04.223Z","updated_at":"2025-04-02T20:31:15.527Z","avatar_url":"https://github.com/DevsOnFlutter.png","language":"C++","readme":"# Bulletin\n\nFlutter package to to show bulletins in your application.\n\n\u003cimg src=\"https://i.imgur.com/8lWk9rd.jpg\" title=\"Bulletin\"/\u003e\n\n## Show some :heart: and :star: the repo\n\n|\u003cimg height=500 src=\"https://i.imgur.com/suiSFeN.png\"/\u003e|\n\n## Features\n\n✅ Show Flash Cards\n✅ Pop up cards\n✅ Animation flash cards\n✅ Fully Customizable\n\n## Getting started\n\nInclude plugin to your project\n\n```yml\ndependencies:\n  bulletin: \u003clatest version\u003e\n```\n\nRun `pub get` and get packages.\n\n## Example\n\nGo to example section in pub.dev to see the full example code.\n\nIn GitHub, head over to `example/lib/main.dart` to see the full example code.\n\n```dart\nBulletin(\n  icon: const Icon(\n    Icons.mic_outlined,\n    size: 20,\n  ),\n  backgroundColor: const Color(0xffFFF3D0),\n  children: [\n    BulletinItem(\n      text:\n          \"1. This is a bulletin.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi eget elementum libero.\",\n      onTap: () {\n        debugPrint(\"OnTap Function called for BulletinItem 1 \");\n      },\n    ),\n    BulletinItem(\n      text:\n          \"2. This is a bulletin.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi eget elementum libero.\",\n      onTap: () {\n        debugPrint(\"OnTap Function called for BulletinItem 2 \");\n      },\n    ),\n    BulletinItem(\n      text:\n          \"3. This is a bulletin.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi eget elementum libero.\",\n      onTap: () {\n        debugPrint(\"OnTap Function called for BulletinItem 3 \");\n      },\n    ),\n  ],\n),\n```\n\n## Project Created \u0026 Maintained By\n\n### Subham Praharaj\n\n\u003ca href=\"https://twitter.com/SubhamPraharaj6\"\u003e\u003cimg src=\"https://github.com/aritraroy/social-icons/blob/master/twitter-icon.png?raw=true\" width=\"60\"\u003e\u003c/a\u003e \u003ca href=\"https://www.linkedin.com/in/subham-praharaj-66b172179/\"\u003e\u003cimg src=\"https://github.com/aritraroy/social-icons/blob/master/linkedin-icon.png?raw=true\" width=\"60\"\u003e\u003c/a\u003e \u003ca href=\"https://instagram.com/the_champ_subham_865\"\u003e\u003cimg src=\"https://github.com/aritraroy/social-icons/blob/master/instagram-icon.png?raw=true\" width=\"60\"\u003e\u003c/a\u003e\n\n[![GitHub followers](https://img.shields.io/github/followers/skpraharaj.svg?style=social\u0026label=Follow)](https://github.com/skpraharaj/)\n\n## Contributions\n\nContributions are welcomed!\n\n**If you feel that a hook is missing, feel free to open a pull-request.**\n\nFor a custom-hook to be merged, you will need to do the following:\n\n* Describe the use-case.\n\n* Open an issue explaining why we need this hook, how to use it, ...\n  This is important as a hook will not get merged if the hook doens't appeal to\n  a large number of people.\n\n* If your hook is rejected, don't worry! A rejection doesn't mean that it won't\n  be merged later in the future if more people shows an interest in it.\n  In the mean-time, feel free to publish your hook as a package on [https://pub.dev](https://pub.dev).\n\n* A hook will not be merged unles fully tested, to avoid breaking it inadvertendly in the future.\n  \n## Stargazers\n\n[![Stargazers repo roster for @DevsOnFlutter/bulletin](https://reporoster.com/stars/dark/DevsOnFlutter/bulletin)](https://github.com/DevsOnFlutter/bulletin/stargazers)\n\n## Forkers\n\n[![Forkers repo roster for @DevsOnFlutter/bulletin](https://reporoster.com/forks/dark/DevsOnFlutter/bulletin)](https://github.com/DevsOnFlutter/bulletin/network/members)\n\n## Copyright \u0026 License\n\nCode and documentation Copyright (c) 2021 [DevsOnFlutter](https://github.com/DevsOnFlutter). Code released under the [BSD 3-Clause License](./LICENSE).\n\n","funding_links":[],"categories":["C++"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDevsOnFlutter%2Fbulletin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FDevsOnFlutter%2Fbulletin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FDevsOnFlutter%2Fbulletin/lists"}