import 'package:toolbox/data/res/build_data.dart'; extension BuildDataX on BuildData { static const versionStr = 'v1.0.${BuildData.build}'; }