{"id":23085840,"url":"https://github.com/emrd/flutter-expandable-card-package","last_synced_at":"2025-08-16T02:17:25.487Z","repository":{"id":268263155,"uuid":"903816969","full_name":"EmrD/flutter-expandable-card-package","owner":"EmrD","description":null,"archived":false,"fork":false,"pushed_at":"2024-12-15T16:25:53.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-21T21:36:39.247Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/simplexpandablecard","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EmrD.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-12-15T16:25:39.000Z","updated_at":"2024-12-15T16:30:31.000Z","dependencies_parsed_at":null,"dependency_job_id":"d2d93b49-076f-4c3b-bf58-85fa3bf0cbf9","html_url":"https://github.com/EmrD/flutter-expandable-card-package","commit_stats":null,"previous_names":["emrd/flutter-expandable-card-package"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/EmrD/flutter-expandable-card-package","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmrD%2Fflutter-expandable-card-package","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmrD%2Fflutter-expandable-card-package/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmrD%2Fflutter-expandable-card-package/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmrD%2Fflutter-expandable-card-package/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EmrD","download_url":"https://codeload.github.com/EmrD/flutter-expandable-card-package/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EmrD%2Fflutter-expandable-card-package/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270657715,"owners_count":24623465,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-12-16T18:11:40.909Z","updated_at":"2025-08-16T02:17:25.473Z","avatar_url":"https://github.com/EmrD.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"SimopleExpandable Card Widget In Flutter. This is an exmaple package to show how to make an widget with Flutter.\n\n## Features\n\n- Expandable Card View\n- Custom Colors And Texts\n- Simple Usage\n\n## Getting started\n\n- Install the package: `flutter pub add simplexpandablecard`\n\n## Usage\n\n```dart\nvoid main() {\n  runApp(const MyApp());\n}\n\nclass MyApp extends StatelessWidget {\n  const MyApp({super.key});\n\n  @override\n  Widget build(BuildContext context) {\n    return MaterialApp(\n      title: 'Flutter Demo',\n      home: Scaffold(\n        appBar: AppBar(\n          title: const Text('Expandable Card Example'),\n        ),\n        body: Padding(\n          padding: const EdgeInsets.all(16.0),\n          child: SimpleExpandableCard(\n            title: 'Expandable Card Title',\n            cardColor: Colors.lightBlue[50]!,\n            titleColor: Colors.deepPurple,\n            iconColor: Colors.deepPurpleAccent,\n            borderRadius: 12.0,\n            padding: const EdgeInsets.all(24.0),\n            child: const Text('Here is the expanded content'),\n          ),\n        ),\n      ),\n    );\n  }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femrd%2Fflutter-expandable-card-package","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femrd%2Fflutter-expandable-card-package","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femrd%2Fflutter-expandable-card-package/lists"}