{"id":13744014,"url":"https://github.com/Ephenodrom/EZ-Flutter","last_synced_at":"2025-05-09T02:32:13.839Z","repository":{"id":56828612,"uuid":"198803251","full_name":"Ephenodrom/EZ-Flutter","owner":"Ephenodrom","description":"EZ Flutter is a collection of widgets, packages and many more usefull things, mixed up in little framework.","archived":true,"fork":false,"pushed_at":"2022-01-29T06:54:24.000Z","size":217,"stargazers_count":65,"open_issues_count":7,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T01:32:37.021Z","etag":null,"topics":["collection","dart","ez-flutter","ez-framework","flutter","framework"],"latest_commit_sha":null,"homepage":"https://ez-flutter.de/","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/Ephenodrom.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":["https://www.paypal.me/ephenodrom"]}},"created_at":"2019-07-25T09:42:39.000Z","updated_at":"2024-05-12T11:35:40.000Z","dependencies_parsed_at":"2022-08-26T14:10:53.628Z","dependency_job_id":null,"html_url":"https://github.com/Ephenodrom/EZ-Flutter","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/Ephenodrom%2FEZ-Flutter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ephenodrom%2FEZ-Flutter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ephenodrom%2FEZ-Flutter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Ephenodrom%2FEZ-Flutter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Ephenodrom","download_url":"https://codeload.github.com/Ephenodrom/EZ-Flutter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253177777,"owners_count":21866400,"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":["collection","dart","ez-flutter","ez-framework","flutter","framework"],"created_at":"2024-08-03T05:01:01.364Z","updated_at":"2025-05-09T02:32:13.511Z","avatar_url":"https://github.com/Ephenodrom.png","language":"Dart","funding_links":["https://www.paypal.me/ephenodrom"],"categories":["Dart"],"sub_categories":[],"readme":"# ![EZ Flutter](/img/ez_logo_long64.png \"EZ Flutter\") (Alpha)\n\nEZ Flutter is a collection of widgets, packages and many more usefull things, mixed up in a little framework. The aim is to make standard features easily available from scratch.\n\n## Table of Contents\n\n1. [Install](#install)\n   * [pubspec.yaml](#pubspec.yaml)\n2. [Import](#import)\n3. [Features](#features)\n   * [Global Messaging](#global-messaging)\n   * [Automatic Configuration Loading](#automatic-configuration-loading)\n   * [Multilanguage Support](#multilanguage-support)\n   * [Buildin Customizable Transition Screen](#buildin-customizable-transition-screen)\n   * [Buildin Bloc Support](#buildin-bloc-support)\n   * [Util Classes](#util-classes)\n   * [Manage Theme Via Json](#manage-theme-via-json)\n4. [Documentation](#documentation)\n5. [Contribution](#contribution)\n6. [Used Packages](#used-packages)\n7. [Changelog](#changelog)\n8. [Copyright and license](#copyright-and-license)\n\n## Install\n\n### pubspec.yaml\n\nUpdate **pubspec.yaml** and add the following line to your dependencies.\n\n```yaml\ndependencies:\n  ez_flutter: ^0.7.1\n```\n\nUpdate your **pubspec.yaml** file and add the following assets locations :\n\n```yaml\nflutter:\n  assets:\n   - assets/\n   - locale/\n```\n\n## Import\n\nImport the package with :\n\n```dart\nimport 'package:ez_flutter/ez_flutter.dart';\n```\n\n## Features\n\n### Global Messaging\n\nDisplay a message to the user from anywhere inside the app with just one line of code.\n\n### Automatic Configuration Loading\n\nLoading a configuration from multiple json files and make it available everywhere inside the app.\n\n### Multilanguage Support\n\nBuild in translation feature that can be used everywhere inside the app.\n\n### Buildin Customizable Transition Screen\n\nEZ Flutter provides a customizable loading screen to switch between to screens after some work is done.\n\n### Buildin Bloc Support\n\nEZ Flutter comes with a Blocprovider to easily handle multiple blocs within the app.\n\n### Util Classes\n\nEZ Flutter integrates the [Basic Utils](https://pub.dev/packages/basic_utils) package and provides many useful helper classes to master different situations.\n\n### Manage Theme Via Json\n\nEZ Flutter offers the possibility to manage themes via json files.\n\n## Documentation\n\nThe documentation is located at [ez-flutter.de/docs](https://ez-flutter.de/docs).\n\n## Contribution\n\nYou have an idea for some usefull widgets every app needs ? You are facing a bug ? Check out the [CONTRIBUTING.md](CONTRIBUTING.md) file.\n\n## Used Packages\n\n* Logging \u003chttps://pub.dev/packages/logging\u003e\n* Dart Basic Utils \u003chttps://pub.dev/packages/basic_utils\u003e\n* Flutter Global Configuration \u003chttps://pub.dev/packages/global_configuration\u003e\n* RxDart \u003chttps://pub.dev/packages/rxdart\u003e\n* shared_preferences \u003chttps://pub.dev/packages/shared_preferences\u003e\n\n## Changelog\n\nFor a detailed changelog, see the [CHANGELOG.md](CHANGELOG.md) file\n\n## Copyright and license\n\nMIT License\n\nCopyright (c) 2019 Ephenodrom\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEphenodrom%2FEZ-Flutter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FEphenodrom%2FEZ-Flutter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FEphenodrom%2FEZ-Flutter/lists"}