chore: track pubspec.lock and pin sqlite3 to ^3.1.5
pubspec.lock was incorrectly gitignored — this is a Flutter app, not a package, so the lockfile should be committed for reproducible builds. Without it, CI resolved drift to its minimum (2.20.3) which constrains sqlite3 to 2.x, causing dart analyze to disagree on whether Database.close() exists vs the local environment using 3.3.1. Also pins sqlite3: ^3.1.5 explicitly in pubspec.yaml as belt-and- suspenders so the constraint is visible without reading the lockfile. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
cd7455d3a5
commit
44d6227ba8
@@ -3,7 +3,6 @@ coverage/
|
||||
.dart_tool/
|
||||
.dart-tool/
|
||||
.packages
|
||||
pubspec.lock
|
||||
build/
|
||||
*.g.dart
|
||||
*.freezed.dart
|
||||
|
||||
Reference in New Issue
Block a user