ip_address_keypad 1.0.1
ip_address_keypad: ^1.0.1 copied to clipboard
A custom inline numeric keypad and text field designed for seamless IPv4 address entry on both mobile and custom landscape form factors.
1.0.1 #
- chore: pull latest default branch in publish workflow to prevent non-fast-forward push errors
- chore: consolidate version and changelog updates into a single workflow step with proper branch checkout
- chore: release version 1.0.1 [skip ci]
- ci: configure flutter environment and update publish command in workflow
- chore: release version 1.0.1 [skip ci]
- chore: update DEFAULT_BRANCH resolution in publish workflow to use repository metadata
- refactor: remove library name from library declaration in ip_address_keypad.dart
- chore: replace reusable publish workflow with manual versioning, changelog generation, and automated publishing steps
- feat: add example application for ip_address_keypad package
- ci: add GitHub Actions workflows for CI and package publishing and format test file
- feat: hide hint text when IP input field gains focus
- chore: rename package to ip_address_keypad and implement landscape layout support
- chore: rename package to ip_address_keypad and implement IpAddressInput widget with tests
- docs: add documentation and apply consistent formatting to IpAddressInput and tests
- feat: allow custom AP mode IP address via apModeIpAddress property
- feat: initialize project with custom IPv4 address input widget and integrated numeric keypad
1.0.1 #
- ci: configure flutter environment and update publish command in workflow
- chore: release version 1.0.1 [skip ci]
- chore: update DEFAULT_BRANCH resolution in publish workflow to use repository metadata
- refactor: remove library name from library declaration in ip_address_keypad.dart
- chore: replace reusable publish workflow with manual versioning, changelog generation, and automated publishing steps
- feat: add example application for ip_address_keypad package
- ci: add GitHub Actions workflows for CI and package publishing and format test file
- feat: hide hint text when IP input field gains focus
- chore: rename package to ip_address_keypad and implement landscape layout support
- chore: rename package to ip_address_keypad and implement IpAddressInput widget with tests
- docs: add documentation and apply consistent formatting to IpAddressInput and tests
- feat: allow custom AP mode IP address via apModeIpAddress property
- feat: initialize project with custom IPv4 address input widget and integrated numeric keypad
1.0.1 #
- chore: update DEFAULT_BRANCH resolution in publish workflow to use repository metadata
- refactor: remove library name from library declaration in ip_address_keypad.dart
- chore: replace reusable publish workflow with manual versioning, changelog generation, and automated publishing steps
- feat: add example application for ip_address_keypad package
- ci: add GitHub Actions workflows for CI and package publishing and format test file
- feat: hide hint text when IP input field gains focus
- chore: rename package to ip_address_keypad and implement landscape layout support
- chore: rename package to ip_address_keypad and implement IpAddressInput widget with tests
- docs: add documentation and apply consistent formatting to IpAddressInput and tests
- feat: allow custom AP mode IP address via apModeIpAddress property
- feat: initialize project with custom IPv4 address input widget and integrated numeric keypad
1.0.0 #
- Initial release of
ip_address_keypad. - Custom inline numeric keypad designed for IPv4 address entry.
- Automated octet validation ($\le 255$) and dot management.
- Embedded haptic feedback for keystrokes.
- Suppresses system native keyboard.