Files
TubeCards/lib/widgets/editor/editor_utils.dart
friebetill 80f218097d Initial commit
Add Space version 2.0.1
2022-03-28 14:56:00 +02:00

6 lines
255 B
Dart

/// Returns full URI path for the given [fileName].
///
/// The path can be used to store the associated image in the image cache
/// which needs a valid URI path including a hostname.
String buildUriPath(String fileName) => 'http://localhost/$fileName';