{"id":13772342,"url":"https://github.com/kekland/equinox","last_synced_at":"2025-10-22T23:39:30.630Z","repository":{"id":56828487,"uuid":"192744060","full_name":"kekland/equinox","owner":"kekland","description":"Flutter UI library based on Eva Design System ✨","archived":true,"fork":false,"pushed_at":"2020-05-07T13:55:45.000Z","size":1528,"stargazers_count":334,"open_issues_count":2,"forks_count":33,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-05-07T05:43:04.062Z","etag":null,"topics":["flutter","flutter-components","flutter-package","flutter-plugin","flutter-ui","flutter-widget","ui-kit"],"latest_commit_sha":null,"homepage":null,"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/kekland.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-19T14:03:14.000Z","updated_at":"2025-04-22T10:09:21.000Z","dependencies_parsed_at":"2022-08-28T21:10:41.596Z","dependency_job_id":null,"html_url":"https://github.com/kekland/equinox","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/kekland%2Fequinox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kekland%2Fequinox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kekland%2Fequinox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kekland%2Fequinox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kekland","download_url":"https://codeload.github.com/kekland/equinox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253518941,"owners_count":21921074,"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":["flutter","flutter-components","flutter-package","flutter-plugin","flutter-ui","flutter-widget","ui-kit"],"created_at":"2024-08-03T17:01:02.764Z","updated_at":"2025-10-22T23:39:30.238Z","avatar_url":"https://github.com/kekland.png","language":"Dart","funding_links":[],"categories":["\u003e 100 ⭐️"],"sub_categories":[],"readme":"# equinox \n[\u003cimg src=\"https://i.imgur.com/oMcxwZ0.png\" alt=\"Eva Design System\" height=\"20px\" /\u003e](https://eva.design)\n[![Pub](https://img.shields.io/pub/vpre/equinox.svg)](https://pub.dev/packages/equinox)\n\n\nA [**Eva Design**](https://eva.design) implementation in Flutter.\n\n## Screenshots\n\n\u003cp float=\"left\"\u003e\n  \u003cimg src=\"https://i.imgur.com/nF02pxn.jpg\" width=\"49%\" /\u003e\n  \u003cimg src=\"https://i.imgur.com/OSEEYIj.jpg\" width=\"49%\" /\u003e\n  \u003cimg src=\"https://i.imgur.com/alMhkL8.jpg\" width=\"49%\" /\u003e\n  \u003cimg src=\"https://i.imgur.com/z7UEPAM.jpg\" width=\"49%\" /\u003e\n\u003c/p\u003e\n\n## Tutorials and documentation\n\nYou can check out the documentation in [**here**](https://pub.dev/documentation/equinox/latest/), and wiki in [**here**](https://github.com/kekland/equinox/wiki).\n\n## Getting started\n\n### Depend on it\n\nAdd this to your package's pubspec.yaml file:\n\n```yaml\ndependencies:\n  equinox: ^0.3.3\n```\n\n### Install it\n\nYou can install packages from the command line:\n\n```bash\n$ flutter pub get\n```\n\n### Import it\n\nNow in your Dart code, you can use:\n\n```dart\nimport 'package:equinox/equinox.dart';\n```\n\n### Setup\n\nYou have to replace `MaterialApp` or `CupertinoApp` with `EquinoxApp`.\n\n```dart\nclass MyApp extends StatelessWidget {\n  @override\n  Widget build(BuildContext context) {\n    return EquinoxApp(\n      theme: EqThemes.defaultLightTheme,\n      title: 'Flutter Demo',\n      home: HomePage(),\n    );\n  }\n}\n```\n\nThen, instead of a `Scaffold` you have to use `EqLayout`.\n\n```dart\n@override\nWidget build(BuildContext context) {\n  return EqLayout(\n    appBar: EqAppBar(\n      centerTitle: true,\n      title: 'Auth test',\n      subtitle: 'v0.0.3',\n    ),\n    child: MyBody(),\n  );\n}\n```\n\n### Use it\n\nEvery widget in **Equinox** is prefixed with `Eq`. For example, `EqButton`, `EqTabs`, etc.\n\n```dart\nEqButton(\n  appearance: WidgetAppearance.ghost,\n  onTap: () {},\n  label: 'Log in',\n  size: WidgetSize.large,\n  status: WidgetStatus.primary,\n),\n```\n\n## Customization\n\nCustomization is done using [stylist](https://github.com/kekland/stylist). I will write a guide on styling your app soon.\n\n## Other Eva Design implementations\n\n- [**Angular**](https://github.com/akveo/nebular)\n- [**React Native**](https://github.com/akveo/react-native-ui-kitten)\n\n## Icons\n\nThe [Eva Icons Flutter](https://github.com/piyushmaurya23/eva_icons_flutter) package is already integrated into Equinox, so you can use it right away by using `EvaIcons`.\n\n## Credits\n\n- Eva Design Team: [Repository](https://github.com/eva-design/eva)\n\n## Contact me\n\n**E-Mail**: `kk.erzhan@gmail.com`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkekland%2Fequinox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkekland%2Fequinox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkekland%2Fequinox/lists"}