Data

https://mega.nz/file/kjUBiAiR#KGjkG0Dsq9q8yP8OTBNxnlTtzKpWrL4S1l1KbOB4cww

com.attar.breast

<key>NSCameraUsageDescription</key> <string>This app needs camera access to scan QR codes</string>
<key>NSPhotoLibraryAddUsageDescription</key> <string>This App Needs Photo Library Access to save Genereted scan QR codes</string>

<key>NSPrivacyAccessedAPICategoryDiskSpace</key>
<string>This app requires access to the device's disk space to store and retrieve files.</string>
<key>NSPrivacyAccessedAPICategoryFileTimestamp</key>
<string>This category is used for APIs that handle file timestamps, including creation, modification, or access times of files</string>
<key>NSPrivacyAccessedAPICategoryUserDefaults</key>
<string>This category tracks access to the UserDefaults API, which is used for storing user preferences and settings.</string>





font_awesome_flutter: ^10.7.0 intl: ^0.19.0 sqflite: ^2.3.3+1 unity_ads_plugin: ^0.3.10 easy_splash_screen: ^1.0.4

assets: - assets/



---------------------------
flutter_launcher_icons: ^0.13.1

flutter_launcher_icons:
  android: "launcher_icon"
  ios: true
  image_path: "assets/icon.jpg"
  min_sdk_android: 21

flutter pub run flutter_launcher_icons

flutter_app_name: ^0.1.1

flutter_app_name:
  name: "Breast Feeding Tracking"


flutter pub run flutter_app_name

Comments