Multi-Tool 是一款集多种功能于一体的 Flutter 应用。
包括:
自定义微调器接受用户输入并随机选择其中一个选项。
简单的长度和重量转换器。
具有自定义最小和最大输入的随机数生成器。
柜台。
Last updated on 2026年03月11日
Release:
Spinner - custom spinner with user input
*Saves input when going back and forth between the spinner and options screen
**Does not save input when returning to the home screen
Converter - Length and Weight converter with basic options
Random Number Generator - takes user input for minimum and maximum and generates a random number in those parameters
Counter - a simple counter that increases or decreases the current count with a reset button
*cannot go below 0.