Path de flottement

import 'package:path/path.dart';

join("path", "to", "file"); // "path/to/file"
Zeeshan Iqbal