{"id":16402497,"url":"https://github.com/wisnuwiry/flutter_web_frame","last_synced_at":"2025-03-23T05:31:12.822Z","repository":{"id":40250546,"uuid":"355884084","full_name":"wisnuwiry/flutter_web_frame","owner":"wisnuwiry","description":"Make Limit content size in Flutter Web/Desktop/PWA, Make your app that doesn't support responsiveness more focused on content.   Demo: https://flutter-web-frame.vercel.app","archived":false,"fork":false,"pushed_at":"2023-07-06T02:36:10.000Z","size":54,"stargazers_count":16,"open_issues_count":9,"forks_count":10,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-18T18:06:28.165Z","etag":null,"topics":["flutter","flutter-plugin","flutter-pwa","flutter-web"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/flutter_web_frame","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/wisnuwiry.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-08T11:42:45.000Z","updated_at":"2025-02-06T03:06:45.000Z","dependencies_parsed_at":"2024-10-28T15:26:51.561Z","dependency_job_id":"98173f7e-0057-4d89-8ca2-1569172f8671","html_url":"https://github.com/wisnuwiry/flutter_web_frame","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisnuwiry%2Fflutter_web_frame","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisnuwiry%2Fflutter_web_frame/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisnuwiry%2Fflutter_web_frame/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wisnuwiry%2Fflutter_web_frame/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wisnuwiry","download_url":"https://codeload.github.com/wisnuwiry/flutter_web_frame/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245061382,"owners_count":20554563,"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-plugin","flutter-pwa","flutter-web"],"created_at":"2024-10-11T05:46:23.604Z","updated_at":"2025-03-23T05:31:12.519Z","avatar_url":"https://github.com/wisnuwiry.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Flutter Web Frame\n\n[![Pub](https://img.shields.io/pub/v/flutter_web_frame.svg)](https://pub.dev/packages/flutter_web_frame)\n\n\nMake the frame max width / size when on large devices such as Web or Desktop.\n\nThis is very suitable to be used to limit the size of content, if your application is not yet available a responsive version if it is run on multiple devices / platforms.\n\n## Preview\n\n![Preview](https://i.ibb.co/hR9j1RJ/preview.png)\n\n## Install\n\nFollow the instructions to install it [here](https://pub.dev/packages/flutter_web_frame)\n\n\n## Example Usage\n\n```dart\nimport 'package:flutter/foundation.dart';\nimport 'package:flutter/material.dart';\nimport 'package:flutter_web_frame/flutter_web_frame.dart';\n\nvoid main() {\n  runApp(MyAp());\n}\n\nclass MyAp extends StatelessWidget {\n  @override\n  Widget build(BuildContext context) {\n    return FlutterWebFrame(\n      builder: (context) {\n        return MaterialApp(\n          home: Scaffold(\n            appBar: AppBar(\n              title: Text('Flutter Web Frame'),\n            ),\n            body: Center(\n              child: Text('Body Text'),\n            ),\n          ),\n        );\n      },\n      maximumSize: Size(475.0, 812.0), // Maximum size\n      enabled: kIsWeb, // default is enable, when disable content is full size\n      backgroundColor: Colors.grey, // Background color/white space\n    );\n  }\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisnuwiry%2Fflutter_web_frame","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwisnuwiry%2Fflutter_web_frame","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwisnuwiry%2Fflutter_web_frame/lists"}