{"id":13826348,"url":"https://github.com/rikulo/ui","last_synced_at":"2025-05-08T00:08:05.639Z","repository":{"id":3312041,"uuid":"4354485","full_name":"rikulo/ui","owner":"rikulo","description":"Rikulo UI is a cross-platform framework for creating amazing Web and mobile applications in Dart and HTML 5.","archived":false,"fork":false,"pushed_at":"2015-11-25T03:43:49.000Z","size":6500,"stargazers_count":207,"open_issues_count":3,"forks_count":47,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-05-08T00:07:53.604Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://quire.io","language":"Dart","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rikulo.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGES.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":"2012-05-17T03:23:41.000Z","updated_at":"2024-09-26T02:42:43.000Z","dependencies_parsed_at":"2022-08-03T16:00:16.017Z","dependency_job_id":null,"html_url":"https://github.com/rikulo/ui","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/rikulo%2Fui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikulo%2Fui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikulo%2Fui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rikulo%2Fui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rikulo","download_url":"https://codeload.github.com/rikulo/ui/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252973690,"owners_count":21834108,"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-08-04T09:01:36.018Z","updated_at":"2025-05-08T00:08:05.615Z","avatar_url":"https://github.com/rikulo.png","language":"Dart","funding_links":[],"categories":["Dart"],"sub_categories":[],"readme":"#Rikulo UI\n\n[Rikulo UI](http://rikulo.org/projects/ui) is a cross-platform framework for creating amazing Web and native mobile applications in Dart and HTML 5. Our aim is to bring structure to your user interface with a strong layout system, recursive component composition, and neat libraries.\n\nYou can access your application directly with a modern Web browser without any plug-in. You can also build it as a native mobile application accessing the device's resources transparently.\n\n* [Home](http://rikulo.org/projects/ui)\n* [Documentation](http://docs.rikulo.org/ui/latest)\n* [API Reference](http://www.dartdocs.org/documentation/rikulo_ui/0.8.0)\n* [Discussion](http://stackoverflow.com/questions/tagged/rikulo)\n* [Source Code Repos](https://github.com/rikulo/ui)\n* [Issues](https://github.com/rikulo/ui/issues)\n\nRikulo is distributed under an Apache 2.0 License.\n\n[![Build Status](https://drone.io/github.com/rikulo/ui/status.png)](https://drone.io/github.com/rikulo/ui/latest)\n\n##Installation\n\nAdd this to your `pubspec.yaml` (or create it):\n\n    dependencies:\n      rikulo_ui:\n\nThen run the [Pub Package Manager](http://pub.dartlang.org/doc) (comes with the Dart SDK):\n\n    pub install\n\nFor more information, please refer to [Rikulo: Getting Started](http://docs.rikulo.org/ui/latest/Getting_Started/) and [Pub: Getting Started](http://pub.dartlang.org/doc).\n\n##Usage\n\nCreating UI in Rikulo is straightforward.\n\n    import 'package:rikulo_ui/view.dart';\n\n    void main() {\n      new TextView(\"Hello World!\") //create UI\n        .addToDocument(); //make it available to the browser\n    }\n\nFor more information, please refer to [the Hello World sample application](http://docs.rikulo.org/ui/latest/Getting_Started/Hello_World.html).\n\n##Notes to Contributors\n\n###Create Addons\n\nRikulo is easy to extend. The simplest way to enhance Rikulo is to [create a new repository](https://help.github.com/articles/create-a-repo) and add your own great widgets and libraries to it.\n\n###Fork Rikulo\n\nIf you'd like to contribute back to the core, you can [fork this repository](https://help.github.com/articles/fork-a-repo) and send us a pull request, when it is ready.\n\nPlease be aware that one of Rikulo's design goals is to keep the sphere of API as neat and consistency as possible. Strong enhancement always demands greater consensus.\n\nIf you are new to Git or GitHub, please read [this guide](https://help.github.com/) first.\n\n##Development Notes\n\n###Compile LESS to CSS\n\nRikulo CSS rules are placed in [view.less](https://github.com/rikulo/ui/blob/master/lib/css/default/view.less). They are written in [LESS](http://lesscss.org/). If you modify [view.less](https://github.com/rikulo/ui/blob/master/lib/css/default/view.less), you have to invoke [tool/l2c](https://github.com/rikulo/ui/blob/master/tool/l2c) to generate [view.css](https://github.com/rikulo/ui/blob/master/lib/css/default/view.css) (under Linux or Cygwin bash).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frikulo%2Fui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frikulo%2Fui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frikulo%2Fui/lists"}