Skip to content

Conversation

@Umair-Manzoor-47
Copy link
Contributor

TaggerController in TagInput wasn't being initialized.
Fixed it.

sharjeelyunus and others added 10 commits April 21, 2025 18:53
… with location data. Remove deprecated location handling from ScreenController.
- Introduced FilePickerAction to handle file selection from gallery or files.
- Updated ScreenController to remove deprecated file manager references.
- Registered FilePickerAction in ActionInvokable for action handling.
- Adjusted imports in relevant files to integrate the new action.
- Added execution logic for PlaidLinkAction in the action framework.
- Removed deprecated PlaidLink handling from ScreenController.
- Updated ActionInvokable to include ActionType.openPlaidLink.
- Introduced error handling for Plaid link opening process.
- Updated ActionInvokable to include ActionType.updateBadgeCount and ActionType.clearBadgeCount.
- These additions enhance the action framework's capabilities for managing badge counts.
- Added execution logic for CheckPermission in the action framework.
- Updated ScreenController to remove deprecated permission handling.
- Included CheckPermission in ActionType within ActionInvokable.
- Included ActionType.sendVerificationCode, ActionType.validateVerificationCode, and ActionType.resendVerificationCode in ActionInvokable.
- These additions enhance the action framework's capabilities for user verification.
- Included ActionType.bluetoothStartScan, ActionType.bluetoothConnect, ActionType.bluetoothDisconnect, ActionType.bluetoothSubscribeCharacteristic, and ActionType.bluetoothUnsubscribeCharacteristic in ActionInvokable.
- These additions enhance the action framework's capabilities for Bluetooth interactions.
@Umair-Manzoor-47 Umair-Manzoor-47 linked an issue May 5, 2025 that may be closed by this pull request
void didUpdateWidget(covariant BaseTextInput oldWidget) {
super.didUpdateWidget(oldWidget);
widget.controller.inputFieldAction = this;
widget._controller._taggerController = oldWidget._controller._taggerController;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please add the comment above it, why we reassign the controller, so it is easier to debug for the next time.

M-Taha-Dev and others added 22 commits May 8, 2025 21:38
Overview:

This PR adds range slider functionality to the existing EnsembleSlider widget, allowing users to select both a lower and upper value within a specified range. This implementation preserves all existing functionality while adding new capabilities with minimal API changes.

Features

Toggle between single-value and range-slider modes using the enableRange property
Support for setting start and end values individually or via a single initialRangeValues property
Compatibility with existing styling composites (track, thumb, tick marks, overlay, value indicators)
Uses the existing onChange event handler for both slider types for API consistency
Add clear() method
add multiple triggers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

TagInput is crashing on real device

6 participants