- Configure dependencies: drift 2.32.x, flutter_riverpod 3.3.1, fl_chart 1.2.x, flutter_local_notifications 21.x, local_auth 3.x, and supporting packages - Drop riverpod_generator (incompatible analyzer version with drift_dev 2.32.x); convert all providers to manual Riverpod 3.x API using Notifier<T> and typed families - Define drift schema: MoodEntries, Activities, EntryActivities, Tags, EntryTags, LlmInsights, UserSettings with four DAOs (mood, activity, insight, settings) - Add LLM service abstraction (LlmService) and MediaPipe implementation - Fix SettingsDao.delete → deleteByKey to avoid shadowing drift's inherited delete method
123 lines
2.5 KiB
JSON
123 lines
2.5 KiB
JSON
{
|
|
"images" : [
|
|
{
|
|
"size" : "20x20",
|
|
"idiom" : "iphone",
|
|
"filename" : "[email protected]",
|
|
"scale" : "2x"
|
|
},
|
|
{
|
|
"size" : "20x20",
|
|
"idiom" : "iphone",
|
|
"filename" : "[email protected]",
|
|
"scale" : "3x"
|
|
},
|
|
{
|
|
"size" : "29x29",
|
|
"idiom" : "iphone",
|
|
"filename" : "[email protected]",
|
|
"scale" : "1x"
|
|
},
|
|
{
|
|
"size" : "29x29",
|
|
"idiom" : "iphone",
|
|
"filename" : "[email protected]",
|
|
"scale" : "2x"
|
|
},
|
|
{
|
|
"size" : "29x29",
|
|
"idiom" : "iphone",
|
|
"filename" : "[email protected]",
|
|
"scale" : "3x"
|
|
},
|
|
{
|
|
"size" : "40x40",
|
|
"idiom" : "iphone",
|
|
"filename" : "[email protected]",
|
|
"scale" : "2x"
|
|
},
|
|
{
|
|
"size" : "40x40",
|
|
"idiom" : "iphone",
|
|
"filename" : "[email protected]",
|
|
"scale" : "3x"
|
|
},
|
|
{
|
|
"size" : "60x60",
|
|
"idiom" : "iphone",
|
|
"filename" : "[email protected]",
|
|
"scale" : "2x"
|
|
},
|
|
{
|
|
"size" : "60x60",
|
|
"idiom" : "iphone",
|
|
"filename" : "[email protected]",
|
|
"scale" : "3x"
|
|
},
|
|
{
|
|
"size" : "20x20",
|
|
"idiom" : "ipad",
|
|
"filename" : "[email protected]",
|
|
"scale" : "1x"
|
|
},
|
|
{
|
|
"size" : "20x20",
|
|
"idiom" : "ipad",
|
|
"filename" : "[email protected]",
|
|
"scale" : "2x"
|
|
},
|
|
{
|
|
"size" : "29x29",
|
|
"idiom" : "ipad",
|
|
"filename" : "[email protected]",
|
|
"scale" : "1x"
|
|
},
|
|
{
|
|
"size" : "29x29",
|
|
"idiom" : "ipad",
|
|
"filename" : "[email protected]",
|
|
"scale" : "2x"
|
|
},
|
|
{
|
|
"size" : "40x40",
|
|
"idiom" : "ipad",
|
|
"filename" : "[email protected]",
|
|
"scale" : "1x"
|
|
},
|
|
{
|
|
"size" : "40x40",
|
|
"idiom" : "ipad",
|
|
"filename" : "[email protected]",
|
|
"scale" : "2x"
|
|
},
|
|
{
|
|
"size" : "76x76",
|
|
"idiom" : "ipad",
|
|
"filename" : "[email protected]",
|
|
"scale" : "1x"
|
|
},
|
|
{
|
|
"size" : "76x76",
|
|
"idiom" : "ipad",
|
|
"filename" : "[email protected]",
|
|
"scale" : "2x"
|
|
},
|
|
{
|
|
"size" : "83.5x83.5",
|
|
"idiom" : "ipad",
|
|
"filename" : "[email protected]",
|
|
"scale" : "2x"
|
|
},
|
|
{
|
|
"size" : "1024x1024",
|
|
"idiom" : "ios-marketing",
|
|
"filename" : "[email protected]",
|
|
"scale" : "1x"
|
|
}
|
|
],
|
|
"info" : {
|
|
"version" : 1,
|
|
"author" : "xcode"
|
|
}
|
|
}
|