mirror of
https://github.com/flame-engine/flame.git
synced 2025-10-29 16:05:47 +08:00
7 lines
161 B
Dart
7 lines
161 B
Dart
String baseLink(String path) {
|
|
const _basePath =
|
|
'https://github.com/flame-engine/flame/blob/main/examples/lib/stories/';
|
|
|
|
return '$_basePath$path';
|
|
}
|