elCaribe app - customization and branding
This commit is contained in:
93
news-app/pubspec.yaml
Normal file
93
news-app/pubspec.yaml
Normal file
@@ -0,0 +1,93 @@
|
||||
name: news
|
||||
# news
|
||||
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
|
||||
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: ">=3.4.3 <4.0.0"
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
flutter_svg: ^2.0.7
|
||||
connectivity_plus: ^7.0.0
|
||||
country_code_picker: ^3.0.0
|
||||
sms_autofill: ^2.0.1
|
||||
location: ^8.0.0
|
||||
intl: ^0.20.1
|
||||
firebase_core: ^4.1.0
|
||||
firebase_messaging: ^16.0.1
|
||||
firebase_auth: ^6.0.2
|
||||
google_sign_in: ^6.2.1
|
||||
photo_view: ^0.15.0
|
||||
url_launcher: ^6.0.10
|
||||
shimmer: ^3.0.0
|
||||
share_plus: ^12.0.1
|
||||
flutter_tts: ^4.0.2
|
||||
image_picker: ^1.0.1
|
||||
file_picker: ^8.0.6
|
||||
video_player: ^2.9.1
|
||||
flick_video_player: ^0.9.0
|
||||
youtube_player_flutter: ^9.0.1
|
||||
youtube_parser: ^2.1.4
|
||||
in_app_review: ^2.0.3
|
||||
flutter_local_notifications: ^19.4.1
|
||||
path_provider: ^2.1.5
|
||||
flutter_login_facebook: ^2.0.0
|
||||
sign_in_with_apple: ^7.0.1
|
||||
crypto: ^3.0.1
|
||||
percent_indicator: ^4.0.0
|
||||
google_mobile_ads: ^6.0.0
|
||||
flutter_widget_from_html: ^0.17.1
|
||||
unity_ads_plugin: ^0.3.15
|
||||
flutter_inappwebview: ^6.1.5
|
||||
flutter_bloc: ^9.0.0
|
||||
dio: ^5.0.1
|
||||
hive: ^2.2.3
|
||||
hive_flutter: ^1.1.0
|
||||
equatable: ^2.0.5
|
||||
lottie: ^3.1.0
|
||||
dotted_border: ^3.1.0
|
||||
marqueer: ^2.0.1
|
||||
|
||||
xml: ^6.5.0
|
||||
http: ^1.2.2
|
||||
xml2json: ^6.2.5
|
||||
|
||||
package_info_plus: ^9.0.0
|
||||
html_editor_plus: ^0.0.5
|
||||
|
||||
dependency_overrides:
|
||||
modal_bottom_sheet: ^3.0.0-pre
|
||||
webview_flutter_android: ^4.3.3
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
assets:
|
||||
- assets/images/
|
||||
- assets/images/svgImage/
|
||||
- assets/languages/
|
||||
- assets/animations/
|
||||
|
||||
fonts:
|
||||
- family: Roboto
|
||||
fonts:
|
||||
- asset: assets/font/Roboto-Regular.ttf
|
||||
weight: 400
|
||||
- asset: assets/font/Roboto-Light.ttf
|
||||
weight: 300
|
||||
- asset: assets/font/Roboto-Medium.ttf
|
||||
weight: 500
|
||||
- asset: assets/font/Roboto-Bold.ttf
|
||||
weight: 700
|
||||
Reference in New Issue
Block a user