{"id":15491063,"url":"https://github.com/rodydavis/flutter_multi_window","last_synced_at":"2025-04-22T19:12:20.966Z","repository":{"id":56829708,"uuid":"246228329","full_name":"rodydavis/flutter_multi_window","owner":"rodydavis","description":"Multi Window Plugin for Flutter","archived":false,"fork":false,"pushed_at":"2021-09-27T18:13:00.000Z","size":1079,"stargazers_count":19,"open_issues_count":1,"forks_count":6,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-22T19:12:12.533Z","etag":null,"topics":["flutter","multiwindow","window-manager"],"latest_commit_sha":null,"homepage":"https://rodydavis.github.io/flutter_multi_window/","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/rodydavis.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":"2020-03-10T06:50:31.000Z","updated_at":"2024-01-11T12:19:45.000Z","dependencies_parsed_at":"2022-09-02T04:00:16.225Z","dependency_job_id":null,"html_url":"https://github.com/rodydavis/flutter_multi_window","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/rodydavis%2Fflutter_multi_window","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodydavis%2Fflutter_multi_window/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodydavis%2Fflutter_multi_window/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rodydavis%2Fflutter_multi_window/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rodydavis","download_url":"https://codeload.github.com/rodydavis/flutter_multi_window/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250306640,"owners_count":21408926,"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","multiwindow","window-manager"],"created_at":"2024-10-02T07:43:08.738Z","updated_at":"2025-04-22T19:12:20.946Z","avatar_url":"https://github.com/rodydavis.png","language":"Dart","funding_links":["https://www.buymeacoffee.com/rodydavis","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=WSH3GVC49GNNJ"],"categories":[],"sub_categories":[],"readme":"[![Buy Me A Coffee](https://img.shields.io/badge/Donate-Buy%20Me%20A%20Coffee-yellow.svg)](https://www.buymeacoffee.com/rodydavis)\n[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=WSH3GVC49GNNJ)\n[![Pub](https://img.shields.io/pub/v/flutter_multi_window.svg?style=popout)](https://pub.dartlang.org/packages/flutter_multi_window)\n\n# flutter_multi_window\n\nA Flutter package to create new windows on supported platforms.\n\nOnline Demo: https://rodydavis.github.io/flutter_multi_window/\n\n\u003e Only supports web at the moment!\n\n## Getting Started\n\n```dart\nfinal window = NewWindow(\n  url: 'https://flutter.dev',\n  width: 400,\n  height: 400,\n);\nif (kIsWeb) {\n  window.create(); // Show the window\n}\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodydavis%2Fflutter_multi_window","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frodydavis%2Fflutter_multi_window","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frodydavis%2Fflutter_multi_window/lists"}