Open dev-yakuza opened 11 months ago
+1 on this
@g123k I understand you're very busy, but could you check this issue? 🙇
If someone needs to use the namespace
immediately like me, please use the git ref
in the pubspec.yaml
like the following.
- flutter_app_badger: ^1.5.0
+ flutter_app_badger:
+ git:
+ url: https://github.com/g123k/flutter_app_badger.git
+ ref: 7fdabb64606cca2f8cee8512e19106a429e30ec0
First, thanks for the great package.
Flutter supports AGP 8 and it requires the
namespace
.flutter_app_badger
has already fixed it.However, the package looks not published.
Could you publish the package that has the
namespace
?