{"id":25714006,"url":"https://github.com/kaiumallimon/current","last_synced_at":"2026-04-11T04:33:27.263Z","repository":{"id":277876618,"uuid":"933797022","full_name":"kaiumallimon/current","owner":"kaiumallimon","description":"Current is a modern fashion eCommerce app designed for trendsetters. Shop the latest styles, explore curated collections, and enjoy a seamless shopping experience with secure payments and fast delivery. Stay ahead of fashion with Current—where style meets convenience.","archived":false,"fork":false,"pushed_at":"2025-02-20T21:46:04.000Z","size":521,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-07T14:59:26.293Z","etag":null,"topics":["bkash","cross-platform","ecommerce","firebase","firebase-auth","firestore-database","flutter","getx","payment-gateway"],"latest_commit_sha":null,"homepage":"","language":"Dart","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/kaiumallimon.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,"zenodo":null}},"created_at":"2025-02-16T17:57:15.000Z","updated_at":"2025-02-20T21:46:07.000Z","dependencies_parsed_at":"2025-07-07T14:56:05.255Z","dependency_job_id":null,"html_url":"https://github.com/kaiumallimon/current","commit_stats":null,"previous_names":["kaiumallimon/current"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kaiumallimon/current","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaiumallimon%2Fcurrent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaiumallimon%2Fcurrent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaiumallimon%2Fcurrent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaiumallimon%2Fcurrent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaiumallimon","download_url":"https://codeload.github.com/kaiumallimon/current/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaiumallimon%2Fcurrent/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31669116,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T17:19:37.612Z","status":"online","status_checked_at":"2026-04-11T02:00:05.776Z","response_time":54,"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":["bkash","cross-platform","ecommerce","firebase","firebase-auth","firestore-database","flutter","getx","payment-gateway"],"created_at":"2025-02-25T12:27:48.154Z","updated_at":"2026-04-11T04:33:27.216Z","avatar_url":"https://github.com/kaiumallimon.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"Current\n===\nCurrent is a modern fashion eCommerce app designed for trendsetters. Shop the latest styles, explore curated collections, and enjoy a seamless shopping experience with secure payments and fast delivery. Stay ahead of fashion with Current—where style meets convenience.\n\n### Features\n```\nComing Soon!\n```\n\n### Project Strucutre\n\n\n```bash\ncurrent\n├──android/\n├──assets/\n│   ├──fonts\n│   ├──images\n│   └──svgs\n├──docs\n├──ios/\n├──lib/\n│   ├──app/\n│   │   ├──core/\n│   │   │   ├──bindings/\n│   │   │   │   └──_app_bindings.dart\n│   │   │   ├──constants/\n│   │   │   │   ├──_assets.dart\n│   │   │   │   ├──_colors.dart\n│   │   │   │   ├──_privacy_policy.dart\n│   │   │   │   ├──_sizes.dart\n│   │   │   │   └──_strings.dart\n│   │   │   ├──extra/\n│   │   │   │   └──_lifecycle_controller.dart\n│   │   │   ├──routes/\n│   │   │   │   └──_app_route.dart\n│   │   │   ├──themes/\n│   │   │   │   └──app_theme.dart\n│   │   │   ├──utils/\n│   │   │   └──widgets/\n│   │   │   │   ├──_app_logo.dart\n│   │   │   │   ├──_auth_data_container_decoration.dart\n│   │   │   │   ├──_custom_button.dart\n│   │   │   │   ├──_custom_divider.dart\n│   │   │   │   ├──_custom_labeled_textfield.dart\n│   │   │   │   ├──_custom_markdown_style.dart\n│   │   │   │   ├──_custom_page_title.dart\n│   │   │   │   ├──_custom_shimmer.dart\n│   │   │   │   ├──_custom_svg_button.dart\n│   │   │   │   ├──_custom_tile.dart\n│   │   │   │   ├──_gradient_bg.dart\n│   │   │   │   └──_page_menu_title.dart\n│   │   ├──data/\n│   │   │   ├──models/\n│   │   │   │   ├──auth/\n│   │   │   │   └──home/\n│   │   │   │   │   ├──_banner_model.dart\n│   │   │   │   │   └──_category_model.dart\n│   │   │   └──repositories/\n│   │   │   │   ├──auth/\n│   │   │   │   │   ├──_login_repository.dart\n│   │   │   │   │   └──_register_repository.dart\n│   │   │   │   ├──hive/\n│   │   │   │   │   └──_auth_opt.dart\n│   │   │   │   └──home/\n│   │   │   │   │   └──_home_repository.dart\n│   │   ├──modules/\n│   │   │   ├──account/\n│   │   │   │   ├──controller/\n│   │   │   │   │   └──_account_controller.dart\n│   │   │   │   └──view/\n│   │   │   │   │   ├──parts/\n│   │   │   │   │   │   ├──_profile_data.dart\n│   │   │   │   │   │   └──_profile_image.dart\n│   │   │   │   │   └──_account_view.dart\n│   │   │   ├──add/\n│   │   │   │   └──view/\n│   │   │   │   │   └──_add_to_cart_view.dart\n│   │   │   ├──auth/\n│   │   │   │   ├──controller/\n│   │   │   │   │   ├──_login_controller.dart\n│   │   │   │   │   └──_register_controller.dart\n│   │   │   │   └──view/\n│   │   │   │   │   ├──sections/\n│   │   │   │   │   │   ├──_login_subtitle.dart\n│   │   │   │   │   │   ├──_login_title.dart\n│   │   │   │   │   │   ├──_logo_section.dart\n│   │   │   │   │   │   ├──_privacy_policy_row.dart\n│   │   │   │   │   │   ├──_register_subtitle.dart\n│   │   │   │   │   │   ├──_register_title.dart\n│   │   │   │   │   │   └──_remember_forgot_pass.dart\n│   │   │   │   │   ├──_login_view.dart\n│   │   │   │   │   └──_signup_view.dart\n│   │   │   ├──categories/\n│   │   │   │   └──view/\n│   │   │   │   │   └──_categories_view.dart\n│   │   │   ├──chat/\n│   │   │   │   └──view/\n│   │   │   │   │   └──_chat_view.dart\n│   │   │   ├──dashboard_wrapper/\n│   │   │   │   ├──controller/\n│   │   │   │   │   └──_navigation_controller.dart\n│   │   │   │   └──view/\n│   │   │   │   │   ├──sections/\n│   │   │   │   │   │   └──_bottom_navbar.dart\n│   │   │   │   │   └──_dashboard_wrapper.dart\n│   │   │   ├──home/\n│   │   │   │   ├──controller/\n│   │   │   │   │   └──_home_controller.dart\n│   │   │   │   └──view/\n│   │   │   │   │   ├──sections/\n│   │   │   │   │   │   ├──_home_banner_slider.dart\n│   │   │   │   │   │   ├──_home_categories_shimmer.dart\n│   │   │   │   │   │   ├──_home_categories.dart\n│   │   │   │   │   │   └──_home_searchbar.dart\n│   │   │   │   │   └──_home_view.dart\n│   │   │   ├──privacy_policy/\n│   │   │   │   ├──controller/\n│   │   │   │   │   └──_privacy_policy_controller.dart\n│   │   │   │   └──view/\n│   │   │   │   │   └──_privacy_policy_view.dart\n│   │   │   ├──products/\n│   │   │   │   ├──view/\n│   │   │   │   └──_product_view.dart\n│   │   │   └──splash/\n│   │   │   │   ├──controller/\n│   │   │   │   │   └──_splash_controller.dart\n│   │   │   │   └──view/\n│   │   │   │   │   └──splash_view.dart\n│   │   └──_app.dart\n│   ├──firebase_options.dart\n│   └──main.dart\n├──linux\n├──macos\n├──test\n│   └──widget_test.dart\n├──web\n├──windows\n├──analysis_options.yaml\n├──firebase.json\n├──project_structure.text\n├──pubspec.lock\n├──pubspec.yaml\n├──README.md\n├──.gitignore\n└──.metadata\n```\n\n### Author\n[Kaium Al Limon](https://www.facebook.com/lemon.exee)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaiumallimon%2Fcurrent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaiumallimon%2Fcurrent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaiumallimon%2Fcurrent/lists"}