{"id":19352004,"url":"https://github.com/serverpod/pixels","last_synced_at":"2025-04-23T07:31:11.242Z","repository":{"id":59994902,"uuid":"540510030","full_name":"serverpod/pixels","owner":"serverpod","description":null,"archived":false,"fork":false,"pushed_at":"2022-11-18T04:52:56.000Z","size":257,"stargazers_count":9,"open_issues_count":2,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-02T09:51:15.128Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/serverpod.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}},"created_at":"2022-09-23T15:42:53.000Z","updated_at":"2024-08-29T12:31:41.000Z","dependencies_parsed_at":"2023-01-21T22:40:20.342Z","dependency_job_id":null,"html_url":"https://github.com/serverpod/pixels","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverpod%2Fpixels","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverpod%2Fpixels/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverpod%2Fpixels/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serverpod%2Fpixels/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serverpod","download_url":"https://codeload.github.com/serverpod/pixels/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250391151,"owners_count":21422849,"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":[],"created_at":"2024-11-10T04:37:50.696Z","updated_at":"2025-04-23T07:31:10.345Z","avatar_url":"https://github.com/serverpod.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pixels\n\nPixels is a minimalistic pixel editor for Flutter. It also comes with a couple\nof handy widgets for displaying and manipulating pixel images.\n\n![Pixels screenshot](https://github.com/serverpod/pixels/raw/main/screenshot.png)\n\n## Usage\n\n```dart\nclass MyHomePage extends StatefulWidget {\n  const MyHomePage({\n    super.key,\n  });\n\n  @override\n  State\u003cMyHomePage\u003e createState() =\u003e _MyHomePageState();\n}\n\nclass _MyHomePageState extends State\u003cMyHomePage\u003e {\n  final _controller = PixelImageController(\n    palette: const PixelPalette.rPlace(),\n    width: 64,\n    height: 64,\n  );\n\n  @override\n  Widget build(BuildContext context) {\n    return Scaffold(\n      backgroundColor: Colors.black,\n      body: Center(\n        child: PixelEditor(\n          controller: _controller,\n        ),\n      ),\n    );\n  }\n}\n```\n\n## Additional information\n\nThis project is sponsored by [Serverpod](https://serverpod.dev) - the missing\nserver for Flutter.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserverpod%2Fpixels","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserverpod%2Fpixels","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserverpod%2Fpixels/lists"}