{"id":32307156,"url":"https://github.com/ubuntu-flutter-community/flutter_spinbox","last_synced_at":"2026-02-22T18:03:23.040Z","repository":{"id":40485828,"uuid":"265280206","full_name":"ubuntu-flutter-community/flutter_spinbox","owner":"ubuntu-flutter-community","description":"Material \u0026 Cupertino SpinBox for Flutter","archived":false,"fork":false,"pushed_at":"2025-04-07T09:34:54.000Z","size":1451,"stargazers_count":33,"open_issues_count":18,"forks_count":31,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-11T10:41:23.159Z","etag":null,"topics":["cupertino","dart","flutter","flutter-widget","material","spinbox"],"latest_commit_sha":null,"homepage":"https://pub.dev/packages/flutter_spinbox","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/ubuntu-flutter-community.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-05-19T15:04:52.000Z","updated_at":"2025-11-06T03:07:21.000Z","dependencies_parsed_at":"2024-06-19T05:31:47.958Z","dependency_job_id":null,"html_url":"https://github.com/ubuntu-flutter-community/flutter_spinbox","commit_stats":null,"previous_names":["jpnurmi/flutter_spinbox"],"tags_count":23,"template":false,"template_full_name":null,"purl":"pkg:github/ubuntu-flutter-community/flutter_spinbox","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubuntu-flutter-community%2Fflutter_spinbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubuntu-flutter-community%2Fflutter_spinbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubuntu-flutter-community%2Fflutter_spinbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubuntu-flutter-community%2Fflutter_spinbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ubuntu-flutter-community","download_url":"https://codeload.github.com/ubuntu-flutter-community/flutter_spinbox/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ubuntu-flutter-community%2Fflutter_spinbox/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29721057,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-22T15:10:41.462Z","status":"ssl_error","status_checked_at":"2026-02-22T15:10:04.636Z","response_time":110,"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":["cupertino","dart","flutter","flutter-widget","material","spinbox"],"created_at":"2025-10-23T07:14:30.555Z","updated_at":"2026-02-22T18:03:23.025Z","avatar_url":"https://github.com/ubuntu-flutter-community.png","language":"Dart","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SpinBox for Flutter\n\n[![pub](https://img.shields.io/pub/v/flutter_spinbox.svg)](https://pub.dev/packages/flutter_spinbox)\n[![score](https://img.shields.io/pub/points/flutter_spinbox)](https://pub.dev/packages/flutter_spinbox/score)\n![build](https://github.com/jpnurmi/flutter_spinbox/workflows/build/badge.svg)\n[![codecov](https://codecov.io/gh/jpnurmi/flutter_spinbox/branch/main/graph/badge.svg)](https://codecov.io/gh/jpnurmi/flutter_spinbox)\n[![style: lint](https://img.shields.io/badge/style-lint-4BC0F5.svg)](https://pub.dev/packages/lint)\n[![license: MIT](https://img.shields.io/badge/license-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\nSpinBox for [Flutter](https://flutter.dev) is a numeric input widget with an input field for\nentering a specific value, and spin buttons for quick, convenient, and accurate value adjustments.\n\nSpinBox for Flutter comes in two variants. It provides implementations for both designs in Flutter,\nMaterial and Cupertino (iOS).\n\n## Material Design\n\n![SpinBox](https://raw.githubusercontent.com/jpnurmi/flutter_spinbox/main/doc/images/spinbox.gif \"SpinBox\")\n\n```dart\nimport 'package:flutter_spinbox/material.dart'; // or flutter_spinbox.dart for both\n\nSpinBox(\n  min: 1,\n  max: 100,\n  value: 50,\n  onChanged: (value) =\u003e print(value),\n)\n```\n\nSee also [Material Components widgets](https://flutter.dev/docs/development/ui/widgets/material) package.\n\n## Cupertino (iOS-style) Design\n\n![CupertinoSpinBox](https://raw.githubusercontent.com/jpnurmi/flutter_spinbox/main/doc/images/cupertino_spinbox.gif \"CupertinoSpinBox\")\n\n```dart\nimport 'package:flutter_spinbox/cupertino.dart'; // or flutter_spinbox.dart for both\n\nCupertinoSpinBox(\n  min: 1,\n  max: 100,\n  value: 50,\n  onChanged: (value) =\u003e print(value),\n)\n```\n\nSee also [Cupertino (iOS-style) widgets](https://flutter.dev/docs/development/ui/widgets/cupertino) package.\n\n## Guidelines\n\nSpin boxes are best suited for such applications\n- that deal with large numeric value ranges and high precisions,\n- where users typically know upfront the exact value they are entering,\n- where users may later have a need to accurately adjust a previously entered value.\n\nAs a rule of thumb, spin boxes are great for scenarios where\n- sliders and alike UI controls are too inaccurate,\n- tumblers and alike UI controls cannot provide enough value range,\n- and a plain text field is inconvenient for value adjustments\n (open the VKB, move the cursor, erase the previous value, enter a new value... vs. tap-tap-done).\n\n## Usage\n\nTo use this package, add `flutter_spinbox` as a [dependency in your pubspec.yaml file](https://flutter.io/platform-plugins/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubuntu-flutter-community%2Fflutter_spinbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fubuntu-flutter-community%2Fflutter_spinbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fubuntu-flutter-community%2Fflutter_spinbox/lists"}