menu
flutter_easy package
documentation
utils/src/global_util.dart
randomInt function
randomInt function
dark_mode
light_mode
randomInt
function
int
randomInt
(
int
max
)
随机数(0-max)小于max
Implementation
int randomInt(int max) => Random().nextInt(max);
flutter_easy package
documentation
utils/src/global_util
randomInt function
global_util library