toggle the display of search filters (inactive)toggle the display of search filters (active)
Results 28 packages
Sort by PUB-AZS
A customizable Flutter widget providing a secure numeric keypad with random key positions, PIN masking, customizable length, and callback on PIN entry completion.
A customizable Flutter timer widget that supports incrementing and decrementing time with callbacks for tick and completion.
A customizable Flutter widget that visually tracks and displays the progress of task completion, updating dynamically as tasks are accomplished.
A Flutter package to fetch game completion times from HowLongToBeat.com
A customizable and animated sliding button widget for Flutter apps. Supports smooth animations, gradient effects, and completion callbacks.#animated-button#button#slider#ui#flutter-widget
Support for easily looping through arrays asynchrounously and beign able to await for the completion
When developing with Flutter, it is often necessary to use asynchronous operations when fetching information from networks or databases. In such cases, we need to include loading widgets on our pages, track the completion of loading, and display the original view once the loading is complete. Including this series of code can make the view code quite complex and messy. Therefore, the ready_view library offers a simple and elegant solution for handling asynchronous actions.
A grammar agnostic code completion engine for ANTLR4 based parsers