Fix package name to use underscore instead of dot notation

This commit is contained in:
Leon Bösche
2026-01-24 03:25:42 +01:00
parent d7ae944aee
commit b57b1ab030
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import 'package:b0esche.cloud/widgets/audio_player_bar.dart';
import 'package:b0esche_cloud/widgets/audio_player_bar.dart';
import 'package:dio/dio.dart';
import 'dart:ui';
import 'dart:js_interop';

View File

@@ -1,4 +1,4 @@
name: b0esche.cloud
name: b0esche_cloud
description: "become cloud."
publish_to: "none"
version: 0.1.0