{"id":15745692,"url":"https://github.com/yessglory17/flutter-style-javascript","last_synced_at":"2025-03-13T12:32:25.705Z","repository":{"id":46252910,"uuid":"423546631","full_name":"yessGlory17/flutter-style-javascript","owner":"yessGlory17","description":"my funny project 🤣 ","archived":false,"fork":false,"pushed_at":"2021-11-10T19:39:46.000Z","size":2171,"stargazers_count":5,"open_issues_count":1,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-02-26T19:52:10.327Z","etag":null,"topics":["flutter","flutter-style-javascript","javascript","js","library","typescript","webdev","webdevelopment"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/yessGlory17.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2021-11-01T16:58:02.000Z","updated_at":"2021-12-26T15:07:38.000Z","dependencies_parsed_at":"2022-08-28T06:50:12.879Z","dependency_job_id":null,"html_url":"https://github.com/yessGlory17/flutter-style-javascript","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yessGlory17%2Fflutter-style-javascript","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yessGlory17%2Fflutter-style-javascript/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yessGlory17%2Fflutter-style-javascript/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yessGlory17%2Fflutter-style-javascript/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yessGlory17","download_url":"https://codeload.github.com/yessGlory17/flutter-style-javascript/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243405614,"owners_count":20285785,"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-style-javascript","javascript","js","library","typescript","webdev","webdevelopment"],"created_at":"2024-10-04T04:21:32.032Z","updated_at":"2025-03-13T12:32:25.435Z","avatar_url":"https://github.com/yessGlory17.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flutter-style-javascript\n\n This project is for experimental purposes only.\n\n## Usage\n\n- Create a HTML file and put body tag id 'app'\n- Create Javscript file and connect HTML file ('\u003cscript src=\"main.js\" type=\"module\"\u003e\u003c/script\u003e')\n- import fsjs.minjs with cdn\n### CDN\n\n``` \n    https://cdn.jsdelivr.net/gh/yessGlory17/flutter-style-javascript/fsjs.min.js\n```\n\n### Example\n\n```js \n\nimport {\n    Div,\n    Button,\n    Text,\n    TextTypes,\n    Style\n} from 'https://cdn.jsdelivr.net/gh/yessGlory17/flutter-style-javascript/fsjs.min.js';\n\nDiv({\n    childs:[\n        Text({\n        content:'Heeey',\n        type:TextTypes.H1\n        }),\n        Button({\n            text: Text({content:'press',type:TextTypes.H1}),\n            onClick:()=\u003econsole.log('hello world'),\n            style:Style({\n                backgroundColor:'green'\n            })\n        })\n    ],\n    style:Style({\n        width:'300px',\n        height:'200px',\n        backgroundColor:'red'\n    })\n})\n\n```\n\nOutput\n\n![Example 1](/ss/ss1.png)\n\n## Components\n\n- [x] Div\n- [x] Button\n- [x] Text (H1,H2,H3,H4,H5,H6,p)\n- [x] Style (width,height,border,border-radius,background-color)\n- [x] Picture\n- [x] Input (text, file, password, etc.)\n- [ ] Navbar\n- [ ] Bottom Navigation Bar\n- [ ] Animation\n\n## Library\n- [ ] Main Widget Class\n- [ ] Statefull Widget\n- [ ] Stateless Widget\n\n\n## State\n- [ ] State Pattern Implementation\n\n\n## Examples\n- [ ] Counter App\n- [ ] CRUD App\n\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyessglory17%2Fflutter-style-javascript","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyessglory17%2Fflutter-style-javascript","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyessglory17%2Fflutter-style-javascript/lists"}