chore: add .gitattributes, project proxy config and update dependencies

- Add .gitattributes to normalize line endings for generated files
- Configure Gradle proxy in gradle.properties for project-level use
- Update pubspec.lock after flutter pub get with Flutter 3.41.9

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Misaka_Company
2026-05-08 15:35:38 +08:00
parent 7853c5ce59
commit f19114f454
3 changed files with 40 additions and 19 deletions

17
.gitattributes vendored Normal file
View File

@@ -0,0 +1,17 @@
# Auto-generated files - normalize line endings
linux/flutter/** text eol=lf
macos/Flutter/** text eol=lf
windows/flutter/** text eol=lf
# General text normalization
*.dart text eol=lf
*.yaml text eol=lf
*.json text eol=lf
*.properties text eol=lf
*.gradle text eol=lf
*.md text eol=lf
*.xml text eol=lf
*.cmake text eol=lf
*.cc text eol=lf
*.h text eol=lf
*.swift text eol=lf