Fix library name in better_networking.dart

Changed the library declaration from 'apidash_core' to 'better_networking' to match the package name.
This commit is contained in:
Ankit Mahato
2025-06-29 05:54:00 +05:30
parent e5fb2b6dc3
commit 156867286d

View File

@ -1,4 +1,4 @@
library apidash_core;
library better_networking;
export 'consts.dart';
export 'extensions/extensions.dart';