
- Extracts the complex `Drawer` widget from the `HomePage` into a dedicated `DrawerComponent`. This enhances modularity, improves code readability, and allows for easier reuse of the navigation drawer across the application. - Updates iOS project configuration files (`project.pbxproj` and `contents.xcworkspacedata`) to properly integrate CocoaPods dependencies. This typically occurs after running `pod install` and includes adding Pods frameworks, build phases, and xcconfig references. - Updates the Flutter SDK path in VS Code settings to a newer version.
63 lines
2.1 KiB
Plaintext
63 lines
2.1 KiB
Plaintext
PODS:
|
|
- connectivity_plus (0.0.1):
|
|
- Flutter
|
|
- Flutter (1.0.0)
|
|
- flutter_secure_storage (6.0.0):
|
|
- Flutter
|
|
- mobile_scanner (7.0.0):
|
|
- Flutter
|
|
- FlutterMacOS
|
|
- ObjectBox (4.3.0)
|
|
- objectbox_flutter_libs (0.0.1):
|
|
- Flutter
|
|
- ObjectBox (= 4.3.0)
|
|
- path_provider_foundation (0.0.1):
|
|
- Flutter
|
|
- FlutterMacOS
|
|
- shared_preferences_foundation (0.0.1):
|
|
- Flutter
|
|
- FlutterMacOS
|
|
|
|
DEPENDENCIES:
|
|
- connectivity_plus (from `.symlinks/plugins/connectivity_plus/ios`)
|
|
- Flutter (from `Flutter`)
|
|
- flutter_secure_storage (from `.symlinks/plugins/flutter_secure_storage/ios`)
|
|
- mobile_scanner (from `.symlinks/plugins/mobile_scanner/darwin`)
|
|
- objectbox_flutter_libs (from `.symlinks/plugins/objectbox_flutter_libs/ios`)
|
|
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
|
|
- shared_preferences_foundation (from `.symlinks/plugins/shared_preferences_foundation/darwin`)
|
|
|
|
SPEC REPOS:
|
|
trunk:
|
|
- ObjectBox
|
|
|
|
EXTERNAL SOURCES:
|
|
connectivity_plus:
|
|
:path: ".symlinks/plugins/connectivity_plus/ios"
|
|
Flutter:
|
|
:path: Flutter
|
|
flutter_secure_storage:
|
|
:path: ".symlinks/plugins/flutter_secure_storage/ios"
|
|
mobile_scanner:
|
|
:path: ".symlinks/plugins/mobile_scanner/darwin"
|
|
objectbox_flutter_libs:
|
|
:path: ".symlinks/plugins/objectbox_flutter_libs/ios"
|
|
path_provider_foundation:
|
|
:path: ".symlinks/plugins/path_provider_foundation/darwin"
|
|
shared_preferences_foundation:
|
|
:path: ".symlinks/plugins/shared_preferences_foundation/darwin"
|
|
|
|
SPEC CHECKSUMS:
|
|
connectivity_plus: cb623214f4e1f6ef8fe7403d580fdad517d2f7dd
|
|
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
|
|
flutter_secure_storage: 1ed9476fba7e7a782b22888f956cce43e2c62f13
|
|
mobile_scanner: 9157936403f5a0644ca3779a38ff8404c5434a93
|
|
ObjectBox: 7760fa9072adcffe102a6adf4646ca84ba70ab6b
|
|
objectbox_flutter_libs: 4014e38f57250b074b99893ae84579aba8f02876
|
|
path_provider_foundation: 080d55be775b7414fd5a5ef3ac137b97b097e564
|
|
shared_preferences_foundation: 9e1978ff2562383bd5676f64ec4e9aa8fa06a6f7
|
|
|
|
PODFILE CHECKSUM: 4305caec6b40dde0ae97be1573c53de1882a07e5
|
|
|
|
COCOAPODS: 1.16.2
|