- Integrate ali_auth plugin as local package (previously pub dependency) - Fix AppCompatActivity ClassNotFoundException via proguard keep rules - Add dialog popup mode matching iOS style (white background, rounded corners) - Fix invisible login button by adding blue GradientDrawable background - Add Airhub logo to authorization dialog via logoImgPath - Fix auth page not closing after login by calling quitPage() on token success - Update .gitignore to exclude plugin examples, screenshots, docs and backups Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
38 lines
418 B
Plaintext
38 lines
418 B
Plaintext
.idea/
|
|
.vagrant/
|
|
.sconsign.dblite
|
|
.svn/
|
|
|
|
.DS_Store
|
|
*.swp
|
|
profile
|
|
|
|
DerivedData/
|
|
build/
|
|
GeneratedPluginRegistrant.h
|
|
GeneratedPluginRegistrant.m
|
|
|
|
.generated/
|
|
|
|
*.pbxuser
|
|
*.mode1v3
|
|
*.mode2v3
|
|
*.perspectivev3
|
|
|
|
!default.pbxuser
|
|
!default.mode1v3
|
|
!default.mode2v3
|
|
!default.perspectivev3
|
|
|
|
xcuserdata
|
|
|
|
*.moved-aside
|
|
|
|
*.pyc
|
|
*sync/
|
|
Icon?
|
|
.tags*
|
|
|
|
/Flutter/Generated.xcconfig
|
|
/Flutter/ephemeral/
|
|
/Flutter/flutter_export_environment.sh |