openai service

This commit is contained in:
2026-02-08 12:04:45 +06:00
parent 5c7b65a0d3
commit d7722ad81d
19 changed files with 1372 additions and 1008 deletions

View File

@@ -36,6 +36,8 @@ dependencies:
camera: ^0.11.1
google_generative_ai: ^0.4.6
google_fonts: ^6.2.1
permission_handler: ^11.0.0
http: ^1.2.0
dev_dependencies:
flutter_test:
@@ -47,6 +49,7 @@ dev_dependencies:
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^6.0.0
flutter_launcher_icons: ^0.14.1
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
@@ -89,3 +92,12 @@ flutter:
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/to/font-from-package
# Flutter Launcher Icons configuration
flutter_launcher_icons:
android: true
ios: true
image_path: "assets/icon/app_icon.png"
adaptive_icon_background: "#0891B2" # Your app's cyan theme color
adaptive_icon_foreground: "assets/icon/app_icon_foreground.png"
remove_alpha_ios: true