SimformSolutionsPvtLtd / flutter_credit_card

A credit card widget for Flutter application.
https://pub.dev/packages/flutter_credit_card
MIT License
431 stars 262 forks source link

🐛 FIX: Namespace added to build.gradle for compatibility wih AGP #172

Closed KemoEmam closed 1 month ago

KemoEmam commented 1 month ago

Issue: The absence of the namespace in the :flutter_credit_card module's build.gradle causes build errors with the latest Android Gradle Plugin.

Fix: Added the namespace line to the Android block in the build.gradle file. Android'AGP Doc

Result: The build now runs successfully without issues.