1
0
mirror of https://gitlab.com/comunic/comunicmobile synced 2024-10-23 06:53:23 +00:00
comunicmobile/pubspec.yaml

146 lines
4.0 KiB
YAML
Raw Normal View History

2019-04-21 08:34:27 +00:00
name: comunic
description: Comunic client
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# In Android, build-name is used as versionName while build-number used as versionCode.
# Read more about Android versioning at https://developer.android.com/studio/publish/versioning
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
2021-02-13 07:45:29 +00:00
version: 1.1.1+5
2019-04-21 08:34:27 +00:00
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
2020-03-24 14:01:34 +00:00
cupertino_icons: ^0.1.3
2019-04-21 08:34:27 +00:00
2019-04-22 17:16:26 +00:00
# Preferences are useful for a lot of things (ex: login tokens)
shared_preferences: ^0.5.6+3
2019-04-22 17:16:26 +00:00
2019-04-24 09:24:05 +00:00
# SQLite database is used for caching
sqflite: ^1.3.0
2019-04-24 09:24:05 +00:00
2019-04-25 09:13:02 +00:00
# Image picker is used whenever the user wants to send an image
image_picker: ^0.6.3+4
2019-04-25 09:13:02 +00:00
2019-04-25 09:44:58 +00:00
# The HTTP client is used to make requests on the Comunic API
2020-03-24 14:01:34 +00:00
dio: ^3.0.9
2021-02-07 16:09:08 +00:00
http_parser: ^3.1.4
2019-04-25 09:44:58 +00:00
2019-04-26 09:04:06 +00:00
# This plugins allows to load remote images
cached_network_image: ^2.0.0
2019-04-26 09:04:06 +00:00
2019-05-01 08:21:26 +00:00
# URL launcher is useful to open URL in the phone browser
url_launcher: ^5.4.2
2019-05-01 08:21:26 +00:00
2019-06-24 08:48:31 +00:00
# Allows to parse HTML special characters
html: ^0.14.0+3
2019-06-24 08:48:31 +00:00
2019-06-28 09:32:36 +00:00
# Module that display the charts for the surveys
2021-02-07 16:09:08 +00:00
pie_chart: ^4.0.1
2019-06-28 09:32:36 +00:00
2020-03-28 16:11:11 +00:00
# Get current system language
intl: ^0.16.1
2020-04-16 08:14:45 +00:00
# Parse emojies
flutter_emoji: ^2.2.1+1
2020-04-16 14:33:44 +00:00
# Build settings UI
2021-02-07 16:09:08 +00:00
settings_ui: ^0.5.0
2020-04-16 14:33:44 +00:00
2020-04-17 06:44:57 +00:00
# Generate identicons
identicon: ^0.1.1
# Generate random strings
random_string: ^2.0.1
2020-04-17 06:53:46 +00:00
# Display zoomable images
2021-02-07 16:09:08 +00:00
photo_view: ^0.10.3
2020-04-17 06:53:46 +00:00
2020-04-17 09:53:47 +00:00
# Check Internet connection
2021-02-07 16:09:08 +00:00
connectivity: ^2.0.2
2020-04-17 09:53:47 +00:00
2020-04-17 13:25:26 +00:00
# Establish WebSocket connections
web_socket_channel: ^1.1.0
2020-04-18 11:48:21 +00:00
# Events manager
event_bus: ^1.1.1
2020-04-19 13:15:07 +00:00
# WebRTC calls
2021-02-07 16:09:08 +00:00
flutter_webrtc: ^0.5.8
2020-04-19 13:15:07 +00:00
2020-04-23 15:37:12 +00:00
# Prevent phone from auto-locking during calls
2021-02-07 16:09:08 +00:00
wakelock: ^0.2.1+1
2020-04-23 15:37:12 +00:00
2020-04-24 11:35:05 +00:00
# Pick any kind of file
2021-02-07 16:09:08 +00:00
file_picker_cross: ^4.2.8
2020-04-24 11:35:05 +00:00
# Get information about current version
package_info: ^0.4.3+4
2021-02-20 08:24:51 +00:00
# Version manager
version: ^1.2.0
2019-04-21 08:34:27 +00:00
dev_dependencies:
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
# The following section is specific to Flutter.
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:
2020-03-28 16:11:11 +00:00
assets:
# Translations
- assets/langs.json
- assets/langs/
2019-04-21 08:34:27 +00:00
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.io/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.io/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: 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.io/custom-fonts/#from-packages