You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is similar to the issue reported in RN plugin.
For Flutter plugin v1.7.9, building on Android yields the error:
.../square_in_app_payments-1.7.9/android/src/main/java/sqip/flutter/internal/CardEntryModule.java:281: error: cannot find symbol
theme.applyStyle(R.style.sqip_Theme_CardEntry, true);
^
symbol: variable style
location: class R
To Reproduce
flutter build apk
The error persists regardless of the existence of themes.xml file.
Expected behavior
Should yield no error
Environment (please complete the following information):
platform: Android
dev environment: macOS
In-App Payments Plugin version: 1.7.9
The text was updated successfully, but these errors were encountered:
Describe the issue
This is similar to the issue reported in RN plugin.
For Flutter plugin v1.7.9, building on Android yields the error:
To Reproduce
The error persists regardless of the existence of
themes.xml
file.Expected behavior
Should yield no error
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: