{"id":32268773,"url":"https://github.com/iamapuneet/flutter_ex_kit","last_synced_at":"2026-02-22T01:06:08.961Z","repository":{"id":269688710,"uuid":"908162100","full_name":"iamapuneet/flutter_ex_kit","owner":"iamapuneet","description":"Flutter ExKit is a versatile toolkit for Flutter developers, offering utilities and extensions to simplify tasks, enhance widgets, and write cleaner code, making it easy to customize and extend functionality.","archived":false,"fork":false,"pushed_at":"2025-11-04T11:18:38.000Z","size":94,"stargazers_count":22,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-04T13:14:25.548Z","etag":null,"topics":["dart","flutter","flutter-demo","flutter-examples","flutter-package","flutter-plugin","flutter-ui","flutter-web","flutter-widget","widget-library","widget-toolkit"],"latest_commit_sha":null,"homepage":"","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iamapuneet.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":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-12-25T10:03:09.000Z","updated_at":"2025-11-04T11:18:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"9c392297-017d-43a5-89f4-76b2eee24d49","html_url":"https://github.com/iamapuneet/flutter_ex_kit","commit_stats":null,"previous_names":["puneetsharma5525/flutter_ex_kit","iamapuneet/flutter_ex_kit"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/iamapuneet/flutter_ex_kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamapuneet%2Fflutter_ex_kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamapuneet%2Fflutter_ex_kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamapuneet%2Fflutter_ex_kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamapuneet%2Fflutter_ex_kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamapuneet","download_url":"https://codeload.github.com/iamapuneet/flutter_ex_kit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamapuneet%2Fflutter_ex_kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29701981,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T23:35:04.139Z","status":"ssl_error","status_checked_at":"2026-02-21T23:35:03.832Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["dart","flutter","flutter-demo","flutter-examples","flutter-package","flutter-plugin","flutter-ui","flutter-web","flutter-widget","widget-library","widget-toolkit"],"created_at":"2025-10-22T22:17:49.026Z","updated_at":"2026-02-22T01:06:08.956Z","avatar_url":"https://github.com/iamapuneet.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flutter_ex_kit\n\n`flutter_ex_kit` is a Flutter utility library that provides a collection of custom widgets, extensions, animations, and utility functions. It is designed to simplify common tasks and improve the developer experience while building Flutter applications. Whether you're looking for easy-to-use animations, advanced navigation features, or helpful logging tools, `flutter_ex_kit` has got you covered.\n\n## Features\n\n- **Custom Animations:** Includes fade-in and slide-up animations that can be customized for smooth transitions.\n- **Logging Utility:** Debug logging utility to output logs with custom debug markers.\n- **Navigation Extensions:** Convenient methods for navigating between pages using `PageController`.\n- **Exit App Handling:** Custom exit behavior when the back button is pressed, with customizable delays.\n- **Pagination:** Functions to trigger pagination on scroll events in list views.\n- **Scrollable Widget Utility:** Extensions to ensure widgets are visible and scroll to a specific position.\n- **File Type Enum:** Enum for handling different image file types like `jpg`, `png`, `gif`, and others.\n\n## Installation\n\nTo use `flutter_ex_kit` in your Flutter project, add it as a dependency in your `pubspec.yaml` file:\n\n```yaml\ndependencies:\n  flutter:\n    sdk: flutter\n  flutter_ex_kit: ^0.0.6\n```\n```yaml\nflutter pub get\n```\n\n## Example Refactoring\n\n**Before using** `flutter_ex_kit`\n\nIn the traditional approach, you would write the code as follows:\n\ndart\n```\nSizedBox(\n  height: 10,\n),\n\n```\n\n**After using** `flutter_ex_kit`\n\nWith the `flutter_ex_kit` package, you can simplify this code:\n\ndart\n```\n10.height,\n```\n\n## Documentation\n\nFor more detailed examples, advanced features, and in-depth documentation on how to use `flutter_ex_kit`, please refer to the full documentation:\n\n[Read Full Documentation](https://iamapuneet.blogspot.com/blog-post_18)\n\n## 🚀 About Me\nI am Puneet Sharma, and I am a developer.\n\n## License\n\n[MIT](https://github.com/iamapuneet/flutter_ex_kit/blob/master/LICENSE)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamapuneet%2Fflutter_ex_kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamapuneet%2Fflutter_ex_kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamapuneet%2Fflutter_ex_kit/lists"}