{"id":32299865,"url":"https://github.com/abdelrahmanelmarakby/ease","last_synced_at":"2026-02-20T22:01:57.775Z","repository":{"id":46038209,"uuid":"415247593","full_name":"abdelrahmanelmarakby/Ease","owner":"abdelrahmanelmarakby","description":"This repo is for anything that can be reusable in flutter like custom widgets 🟥, animations 🌟and more","archived":false,"fork":false,"pushed_at":"2022-12-03T00:32:17.000Z","size":65,"stargazers_count":97,"open_issues_count":0,"forks_count":11,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-01-11T10:38:25.435Z","etag":null,"topics":["android","dart","dartlang","flutter"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/ease","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/abdelrahmanelmarakby.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null}},"created_at":"2021-10-09T08:19:55.000Z","updated_at":"2025-12-01T09:38:47.000Z","dependencies_parsed_at":"2023-01-23T04:15:11.660Z","dependency_job_id":null,"html_url":"https://github.com/abdelrahmanelmarakby/Ease","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/abdelrahmanelmarakby/Ease","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdelrahmanelmarakby%2FEase","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdelrahmanelmarakby%2FEase/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdelrahmanelmarakby%2FEase/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdelrahmanelmarakby%2FEase/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdelrahmanelmarakby","download_url":"https://codeload.github.com/abdelrahmanelmarakby/Ease/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdelrahmanelmarakby%2FEase/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29666425,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-20T19:49:36.704Z","status":"ssl_error","status_checked_at":"2026-02-20T19:44:05.372Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["android","dart","dartlang","flutter"],"created_at":"2025-10-23T05:06:09.692Z","updated_at":"2026-02-20T22:01:57.768Z","avatar_url":"https://github.com/abdelrahmanelmarakby.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- \nThis README describes the package. If you publish this package to pub.dev,\nthis README's contents appear on the landing page for your package.\n\nFor information about how to write a good package README, see the guide for\n[writing package pages](https://dart.dev/guides/libraries/writing-package-pages). \n\nFor general information about developing packages, see the Dart guide for\n[creating packages](https://dart.dev/guides/libraries/create-library-packages)\nand the Flutter guide for\n[developing packages and plugins](https://flutter.dev/developing-packages). \n--\u003e\n\n# Ease\n\nThis packa is for anything that can be reusable in flutter like custom widgets 🟥, animations 🌟and more.\n\n## Features\n\n* 1-custom `text` widget to ease its usage\n* 2- custom `text field` widget with cool validation UI\n* 3-super cool animated `splash screen`\n* 4- easy to use `geolocator` location service\n* 5- dart extension to convert default colors to hex colors\n* 6-dynamic theme with persistence that can be implemented in 1 min\n* 7-the easiest localization implementation\n* 8-credit card widget\n\n## Getting started\n\ngo to your ```Android/app/build.gradle file and edit your compileSdkVersion to 31```\n\n``` dart\nandroid {\n    compileSdkVersion 31\n```\n\n## Usage\n\n### Widgets and how to use them\n\nTextFormField with simple validation indicator\n\n```dart\nTxtForm(\ncontroller:myEditingController, \n)\n```\n\nText with simplified usage\n\n```dart\nTxt(\"Hello World\",\ncolor:Colors.blue\n)\n```\n\nSplashScreen With animation\n\n```dart\nSplashScreenWidget(\n    homePage:HomeScreen(),\n    logo:Image.asset(\"assets/logo\");\n    slogan:\"PR are welcome\"\n)\n```\n\n### Services and how to use them\n\nin each service, you will find what to import and how to use\n\neg:\nLocation Service will tell you to use Getx and geolocator package.\nand use it like that\n\n```dart\nPosition location= await LocatorService.determinePosition();\n```\n\nthis how to add dark and light theme in your project\n\n``` dart\nvar myThemes=Theme(ThemeData.light,ThemeData.dark);\n\nMaterialApp(\n    theme:myThemes.light\n    darkTheme:myThemes.dark\n    themeMode:ThemeService().theme\n)\nThemeService().switchTheme();\n```\n\neasy isn't it ??\n\n## Additional information\n\nif you have any idea that you think will be a good addittion contribure or add an issue to the github repo feel stuck on something ? join our telegram group\n\n## \u003chttps://t.me/joinchat/p9O1YRT_NlQwZDZk\u003e\n\n### just wish and I will do my best to add it super fast,Please Star and support this repo\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdelrahmanelmarakby%2Fease","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdelrahmanelmarakby%2Fease","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdelrahmanelmarakby%2Fease/lists"}