{"id":32309055,"url":"https://github.com/nylo-core/support","last_synced_at":"2026-05-10T06:21:01.112Z","repository":{"id":37251158,"uuid":"383923733","full_name":"nylo-core/support","owner":"nylo-core","description":"Support library for the Nylo framework. This library supports routing, widgets, localization, cli, storage and more.","archived":false,"fork":false,"pushed_at":"2026-04-20T06:31:14.000Z","size":1751,"stargazers_count":22,"open_issues_count":0,"forks_count":20,"subscribers_count":1,"default_branch":"7.x","last_synced_at":"2026-04-20T08:28:00.570Z","etag":null,"topics":["cli","localization","routing","storage","widgets"],"latest_commit_sha":null,"homepage":"https://nylo.dev","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/nylo-core.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["agordn52"]}},"created_at":"2021-07-07T21:02:14.000Z","updated_at":"2026-04-20T06:31:17.000Z","dependencies_parsed_at":"2023-12-01T10:25:09.072Z","dependency_job_id":"46725ef2-3627-44c4-a12e-38f27c9f646a","html_url":"https://github.com/nylo-core/support","commit_stats":null,"previous_names":[],"tags_count":245,"template":false,"template_full_name":null,"purl":"pkg:github/nylo-core/support","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nylo-core%2Fsupport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nylo-core%2Fsupport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nylo-core%2Fsupport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nylo-core%2Fsupport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nylo-core","download_url":"https://codeload.github.com/nylo-core/support/tar.gz/refs/heads/7.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nylo-core%2Fsupport/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32291347,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T08:29:33.829Z","status":"ssl_error","status_checked_at":"2026-04-26T08:29:18.366Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cli","localization","routing","storage","widgets"],"created_at":"2025-10-23T08:08:23.433Z","updated_at":"2026-05-10T06:21:01.100Z","avatar_url":"https://github.com/nylo-core.png","language":"Dart","funding_links":["https://github.com/sponsors/agordn52"],"categories":[],"sub_categories":[],"readme":"![Nylo Banner](https://nylo.dev/images/nylo_logo_header.png)\n\n## Nylo Support\n\nSupport library for the Flutter [Nylo Framework](https://nylo.dev).\n\n[![pub package](https://img.shields.io/pub/v/nylo_support.svg)](https://pub.dev/packages/nylo_support)\n[![License: MIT](https://img.shields.io/badge/license-MIT-purple.svg)](https://opensource.org/licenses/MIT)\n\n---\n\n### About\n\nThis package provides the core utilities and features that power the Nylo framework. It includes routing, state management, networking, storage, widgets, testing, and more.\n\n### Getting Started\n\nImport everything with a single import:\n\n```dart\nimport 'package:nylo_support/ny_core.dart';\n```\n\nOr import individual modules:\n\n```dart\nimport 'package:nylo_support/router/ny_router.dart';\nimport 'package:nylo_support/networking/ny_networking.dart';\nimport 'package:nylo_support/widgets/ny_widgets.dart';\n```\n\n### Features\n\n- **Routing** - Simple and powerful router with page transitions, route guards, and deep linking\n- **Networking** - API services with Dio, `NyResponse`, `CachePolicy`, `NetworkLogger`, and authentication handling\n- **State Management** - `NyState` and `NyPage` widgets with lifecycle helpers\n- **Storage** - Secure local storage with `NyStorage` and `Backpack` for easy data persistence\n- **Forms** - Build forms quickly with `NyForm`, built-in validation rules, and fields like `FormSlider`, `FormRangeSlider`, and `FormTextField`\n- **Widgets** - Ready-to-use widgets like `CollectionView`, `InputField`, `StyledText`, `FadeOverlay`, `Connective`, and more\n- **Theming** - `NyThemeManager` with reactive updates, system theme following, animated transitions, and secure persistence\n- **Testing** - Built-in testing framework with `NyTest`, `NyWidgetTest`, `NyFactory`, `NyMockApi`, time manipulation, and Pest-style syntax\n- **Connectivity** - `NyConnectivity` helper and `Connective` widget for reactive network state handling\n- **Localization** - Multi-language support with `LanguageSwitcher` widget\n- **Events** - Event bus for decoupled communication between components\n- **Animations** - `ButtonAnimationStyle` (bounce, pulse, squeeze, jelly, shine) and `ButtonSplashStyle` effects\n- **Helpers** - Extensions and utilities for common Flutter tasks including `openUrl`, `NyEnvRegistry`, and more\n\n### Installation\n\n```yaml\ndependencies:\n  nylo_support: ^7.24.1\n```\n\n### Documentation\n\n- [Nylo Docs](https://nylo.dev/docs) - Full framework documentation\n- [API Reference](https://pub.dev/documentation/nylo_support/latest/) - Package API docs\n\n### Requirements\n\n- Dart \u003e= 3.10.7\n- Flutter \u003e= 3.24.0\n\n### Changelog\n\nSee the [CHANGELOG](https://github.com/nylo-core/support/blob/7.x/CHANGELOG.md) for release updates.\n\n### Licence\n\nMIT © [Nylo](https://nylo.dev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnylo-core%2Fsupport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnylo-core%2Fsupport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnylo-core%2Fsupport/lists"}