elektronika/pubspec.yaml

89 lines
2.0 KiB
YAML
Raw Normal View History

2023-02-27 07:12:45 +00:00
name: elektronika
description: elektronika project online shopping platform.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
2024-06-06 10:30:33 +00:00
version: 2.0.6+12
2023-02-27 07:12:45 +00:00
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
2023-10-27 05:17:33 +00:00
flutter_screenutil: ^5.9.0
2023-02-27 07:12:45 +00:00
get: ^4.6.5
2023-10-25 10:19:17 +00:00
flutter_svg: ^2.0.7
badges: ^3.1.2
dio: ^5.3.3
2023-02-27 07:12:45 +00:00
carousel_slider: ^4.0.0
smooth_page_indicator: ^1.0.0+2 # indicators used on images
cached_network_image: ^3.2.1
# flutter_pagewise: ^2.0.1 #used for horizontal scrolling
2023-05-10 07:15:11 +00:00
# modal_bottom_sheet: ^2.0.0
modal_bottom_sheet:
git:
url: https://github.com/followthemoney1/modal_bottom_sheet.git
ref: main
path: modal_bottom_sheet
2023-10-25 10:19:17 +00:00
pin_code_fields: ^8.0.1
2023-02-27 07:12:45 +00:00
path_provider: ^2.0.6
2023-10-25 10:19:17 +00:00
animate_do: ^3.1.2
2023-02-27 07:12:45 +00:00
flutter_rating_bar: ^4.0.0
mask_text_input_formatter: ^2.0.0
snapping_sheet: ^3.1.0 # draggable bottom_sheet:
shared_preferences: ^2.0.12
2023-10-25 10:19:17 +00:00
flutter_html: ^3.0.0-beta.2 # try to remove, use webview_flutter
2023-02-27 07:12:45 +00:00
html: ^0.15.0 # used for parse html
2023-10-25 10:19:17 +00:00
loader_overlay: ^2.3.2
device_info_plus: ^9.1.0
intl: ^0.18.1
2023-02-27 07:12:45 +00:00
roundcheckbox: ^2.0.4+1
multi_select_flutter: ^4.1.2
2023-10-25 10:19:17 +00:00
shimmer: ^3.0.0
flutter_staggered_grid_view: ^0.7.0
2023-02-27 07:12:45 +00:00
url_launcher: ^6.1.5
2023-10-25 10:19:17 +00:00
webview_flutter: ^4.4.1
2023-03-28 06:36:10 +00:00
firebase_messaging: ^14.1.1
firebase_core: ^2.3.0
2023-10-25 10:19:17 +00:00
flutter_local_notifications: ^16.1.0
2023-10-27 05:17:33 +00:00
flutter_native_splash: ^2.3.4
2023-02-27 07:12:45 +00:00
dev_dependencies:
flutter_test:
sdk: flutter
2023-10-25 10:19:17 +00:00
lint: ^2.1.2
flutter_launcher_icons: ^0.13.1
2023-02-27 07:12:45 +00:00
2023-03-29 12:30:58 +00:00
flutter_native_splash:
image: assets/logo/icon-rounded.png
color: "#ffffff"
2023-02-27 07:12:45 +00:00
flutter:
uses-material-design: true
fonts:
- family: CustomIcons
fonts:
- asset: fonts/CustomIcons.ttf
assets:
- assets/appbar/
- assets/cart/
- assets/category/
- assets/icons/
- assets/logo/
- assets/navbar/
- assets/other/
- assets/profile/
- assets/settings/
- assets/flags/
- assets/images/
- assets/splash/
flutter_icons:
android: "launcher_icon"
ios: true
remove_alpha_ios: true
image_path: "assets/logo/icon.png"