replace: swap prosappweb content for prosapp_web_app (more complete version)
prosapp_web_app has chat, dashboard, calendar, support, 13 providers and Fluro URL routing. Keep Dockerfile + nginx.conf from previous prosappweb. Upgrade google_fonts 6.2.1 → 8.1.0 (Dart 3.12 compat fix). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
74a4f41902
commit
15175c1b91
+36
-64
@@ -1,8 +1,8 @@
|
||||
name: prosappco
|
||||
description: Encuentra personal médico certificado.
|
||||
name: prosapp_web_app
|
||||
description: "A new Flutter project."
|
||||
# The following line prevents the package from being accidentally published to
|
||||
# pub.dev using `flutter pub publish`. This is preferred for private packages.
|
||||
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
||||
|
||||
# The following defines the version and build number for your application.
|
||||
# A version number is three numbers separated by dots, like 1.2.43
|
||||
@@ -16,10 +16,10 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
# In Windows, build-name is used as the major, minor, and patch parts
|
||||
# of the product and file versions while build-number is used as the build suffix.
|
||||
version: 1.0.11+11
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: '>=3.0.0 <4.0.0'
|
||||
sdk: ">=3.4.1 <4.0.0"
|
||||
|
||||
# Dependencies specify other packages that your package needs in order to work.
|
||||
# To automatically upgrade your package dependencies to the latest versions
|
||||
@@ -28,93 +28,65 @@ environment:
|
||||
# the latest version available on pub.dev. To see which dependencies have newer
|
||||
# versions available, run `flutter pub outdated`.
|
||||
dependencies:
|
||||
cloud_firestore: ^5.0.2
|
||||
cupertino_icons: ^1.0.6
|
||||
email_validator: ^3.0.0
|
||||
file_picker: ^8.0.6
|
||||
firebase_auth: ^5.1.1
|
||||
firebase_core: ^3.1.1
|
||||
firebase_storage: ^12.1.0
|
||||
fluro: ^2.0.5
|
||||
flutter:
|
||||
sdk: flutter
|
||||
intl: any
|
||||
flutter_localizations:
|
||||
sdk: flutter
|
||||
shared_preferences: ^2.0.10
|
||||
cupertino_icons: ^1.0.2
|
||||
location: ^5.0.3
|
||||
flutter_polyline_points: ^2.0.0
|
||||
google_maps_flutter: ^2.9.0
|
||||
file_picker: ^5.3.2
|
||||
provider: ^6.0.5
|
||||
package_info_plus: ^4.2.0
|
||||
flutter_otp_text_field:
|
||||
intl_phone_field:
|
||||
diacritic:
|
||||
flutter_dotenv: ^5.1.0
|
||||
get_it: ^7.7.0
|
||||
google_fonts: ^8.1.0
|
||||
image_picker: ^1.1.2
|
||||
flutter_animate:
|
||||
flutter_rating_bar:
|
||||
table_calendar:
|
||||
http: ^1.1.0
|
||||
geolocator: ^9.0.2
|
||||
geocoding: ^2.1.0
|
||||
intl: ^0.19.0
|
||||
provider: ^6.1.2
|
||||
shared_preferences: ^2.2.3
|
||||
table_calendar: ^3.1.2
|
||||
url_launcher: ^6.3.0
|
||||
community_material_icon: ^5.9.55
|
||||
webview_flutter: ^4.4.1
|
||||
responsive_builder: ^0.7.0
|
||||
flutter_local_notifications: ^14.1.1
|
||||
flutter_dialogs: ^3.0.0
|
||||
universal_html: ^2.2.3
|
||||
animated_splash_screen: ^1.3.0
|
||||
animate_do: ^3.0.2
|
||||
shimmer: ^3.0.0
|
||||
|
||||
flutter_rating_bar: ^4.0.1
|
||||
http: ^1.2.1
|
||||
|
||||
dev_dependencies:
|
||||
flutter_lints: ^3.0.0
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
# The "flutter_lints" package below contains a set of recommended lints to
|
||||
# encourage good coding practices. The lint set provided by the package is
|
||||
# activated in the `analysis_options.yaml` file located at the root of your
|
||||
# package. See that file for information about deactivating specific lint
|
||||
# rules and activating additional ones.
|
||||
flutter_lints: ^2.0.0
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
|
||||
# The following section is specific to Flutter packages.
|
||||
flutter:
|
||||
|
||||
# The following line ensures that the Material Icons font is
|
||||
# included with your application, so that you can use the icons in
|
||||
# the material Icons class.
|
||||
uses-material-design: true
|
||||
|
||||
# To add assets to your application, add an assets section, like this:
|
||||
assets:
|
||||
- images/
|
||||
# - images/a_dot_ham.jpeg
|
||||
|
||||
- assets/
|
||||
- .env
|
||||
# An image asset can refer to one or more resolution-specific "variants", see
|
||||
# https://flutter.dev/assets-and-images/#resolution-aware
|
||||
|
||||
# For details regarding adding assets from package dependencies, see
|
||||
# https://flutter.dev/assets-and-images/#from-packages
|
||||
|
||||
# To add custom fonts to your application, add a fonts section here,
|
||||
# in this "flutter" section. Each entry in this list should have a
|
||||
# "family" key with the font family name, and a "fonts" key with a
|
||||
# list giving the asset and other descriptors for the font. For
|
||||
# example:
|
||||
fonts:
|
||||
- family: Poppins
|
||||
fonts:
|
||||
- asset: fonts/Poppins-Thin.ttf
|
||||
- asset: fonts/Poppins-ExtraLight.ttf
|
||||
- asset: fonts/Poppins-Light.ttf
|
||||
- asset: fonts/Poppins-Regular.ttf
|
||||
- asset: fonts/Poppins-Medium.ttf
|
||||
- asset: fonts/Poppins-Black.ttf
|
||||
- asset: fonts/Poppins-SemiBold.ttf
|
||||
- asset: fonts/Poppins-Bold.ttf
|
||||
- asset: fonts/Poppins-ExtraBold.ttf
|
||||
# style: italic
|
||||
|
||||
# fonts:
|
||||
# - family: Schyler
|
||||
# fonts:
|
||||
# - asset: fonts/Schyler-Regular.ttf
|
||||
# - asset: fonts/Schyler-Italic.ttf
|
||||
# style: italic
|
||||
# - family: Trajan Pro
|
||||
# fonts:
|
||||
# - asset: fonts/TrajanPro.ttf
|
||||
# - asset: fonts/TrajanPro_Bold.ttf
|
||||
# weight: 700
|
||||
#
|
||||
# For details regarding fonts from package dependencies,
|
||||
# see https://flutter.dev/custom-fonts/#from-packages
|
||||
|
||||
Reference in New Issue
Block a user