{"id":17464096,"url":"https://github.com/victoreronmosele/flutter_gradient_generator","last_synced_at":"2025-04-19T18:42:32.619Z","repository":{"id":40247296,"uuid":"363704312","full_name":"victoreronmosele/flutter_gradient_generator","owner":"victoreronmosele","description":"An online tool for creating and customizing gradients for use in Flutter applications.","archived":false,"fork":false,"pushed_at":"2025-01-31T05:27:32.000Z","size":9698,"stargazers_count":22,"open_issues_count":7,"forks_count":6,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2025-03-29T11:51:39.765Z","etag":null,"topics":["dart","flutter","flutter-web","gradient-generator","gradients"],"latest_commit_sha":null,"homepage":"https://fluttergradientgenerator.com","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/victoreronmosele.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":"victoreronmosele","tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":null}},"created_at":"2021-05-02T17:00:45.000Z","updated_at":"2025-02-18T06:43:10.000Z","dependencies_parsed_at":"2025-01-20T15:36:14.020Z","dependency_job_id":null,"html_url":"https://github.com/victoreronmosele/flutter_gradient_generator","commit_stats":{"total_commits":153,"total_committers":3,"mean_commits":51.0,"dds":0.05228758169934644,"last_synced_commit":"bc6de5c1dc164c1605afeecb583e7fbf9f964a7b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victoreronmosele%2Fflutter_gradient_generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victoreronmosele%2Fflutter_gradient_generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victoreronmosele%2Fflutter_gradient_generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victoreronmosele%2Fflutter_gradient_generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/victoreronmosele","download_url":"https://codeload.github.com/victoreronmosele/flutter_gradient_generator/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249239264,"owners_count":21235826,"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","flutter","flutter-web","gradient-generator","gradients"],"created_at":"2024-10-18T10:44:39.517Z","updated_at":"2025-04-16T12:30:48.335Z","avatar_url":"https://github.com/victoreronmosele.png","language":"Dart","funding_links":["https://ko-fi.com/victoreronmosele"],"categories":[],"sub_categories":[],"readme":"# Flutter Gradient Generator\n\n[fluttergradientgenerator.com](https://fluttergradientgenerator.com)\n\nFlutter Gradient Generator is a web app that generates linear, radial and sweep gradients for Flutter widgets.\n\n\u003cimg src=\"./screenshots/screenshot.png\" alt=\"Screenshot of the Flutter Gradient Generator web app\" width=\"80%\"/\u003e\n\n\n## Usage\n\n1. **Visit the [web app](https://fluttergradientgenerator.com/).**\n\n2. **Choose the gradient style.** \n    \n    The options are:\n   - linear\n   - radial\n   - sweep\n\n3. **Choose the gradient direction.** \n\n    The options are:\n   - top-left\n   - top-center\n   - top-right\n   - center-left\n   - center (not applicable for linear gradient)\n   - center-right\n   - bottom-left\n   - bottom-center\n   - bottom-right\n   - custom\n\n4. **Choose the gradient colors.** \n\n    You can: \n   - use the color pickers to select your colors,\n   - click on a gradient sample to use the sample's colors,\n   - use a random gradient sample by clicking on the \u003cimg src=\"./shuffle.svg\" alt=\"shuffle\" width=\"12\"/\u003e button,\n   - add more colors by clicking the \u0026#43; button.\n\n5. **Enter the color stops.** \n\n6. **Click on \"Copy Gradient Code\" and the code will be copied to your clipboard.**\n\n\n## Running\n1. Clone the repository\n\n   ```bash\n   git clone https://github.com/victoreronmosele/flutter_gradient_generator.git\n   ```\n\n2. Cd into the folder\n   ```bash\n   cd flutter_gradient_generator\n   ```\n3. Run the app\n   ```bash\n   flutter run \n   ```\n\n\n## Roadmap\n\n- [x] Linear gradient\n- [x] Radial gradient\n- [x] Sweep gradient\n- [x] Color picker\n- [x] Color stops\n- [x] Addition of more colors\n- [x] Gradient samples\n- [x] Downloading gradient as image\n- [ ] Addition of more gradient styles \n- [ ] Text gradients\n- [ ] CSS to Flutter converter\n- [ ] Dark mode\n\n## Contact\n\nProject Link: [https://github.com/victoreronmosele/flutter_gradient_generator](https://github.com/victoreronmosele/flutter_gradient_generator)\n\n## Acknowledgments\n\n* [Gradient samples](https://github.com/ghosh/uiGradients/blob/master/gradients.json) are from [uiGradients](https://uigradients.com/).\n\n\n## License\nDistributed under the GPL 3.0 License. See [LICENSE.txt](LICENSE.txt) for more information.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictoreronmosele%2Fflutter_gradient_generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictoreronmosele%2Fflutter_gradient_generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictoreronmosele%2Fflutter_gradient_generator/lists"}