You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
90 lines
2.8 KiB
90 lines
2.8 KiB
# This file is part of Presents. |
|
# Presents is free software developed by LezSoft. While LezSoft holds all rights on the Presents brand and logo, |
|
# you can redistribute and/or modify this code under the terms of the GNU General Public License version 3. |
|
# Please see the 'Copyright and License' section of the 'README.md' file in this repository to learn more. |
|
# |
|
# SPDX-FileCopyrightText: © 2020-2022 Lezsoft <https://lezsoft.com> |
|
# SPDX-License-Identifier: GPL-3.0-or-later |
|
|
|
name: presents |
|
description: Version 2.0 of Presents by LezSoft |
|
|
|
# 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: 2.0.0+11 |
|
|
|
environment: |
|
sdk: ">=2.12.0 <3.0.0" |
|
|
|
dependencies: |
|
flutter: |
|
sdk: flutter |
|
appwrite: ^3.0.1 |
|
velocity_x: ^3.4.0 |
|
url_strategy: ^0.2.0 |
|
provider: ^6.0.2 |
|
flutter_spinkit: ^5.1.0 |
|
uuid: ^3.0.6 |
|
url_launcher: ^6.0.20 |
|
metadata_fetch: ^0.4.1 |
|
http: ^0.13.4 |
|
date_field: ^3.0.0 |
|
photo_view: ^0.13.0 |
|
image_picker: ^0.8.4+11 |
|
intl: ^0.17.0 |
|
shared_preferences: ^2.0.13 |
|
|
|
# The following adds the Cupertino Icons font to your application. |
|
# Use with the CupertinoIcons class for iOS style icons. |
|
# cupertino_icons: ^1.0.2 |
|
|
|
dev_dependencies: |
|
flutter_test: |
|
sdk: flutter |
|
flutter_launcher_icons: ^0.9.2 |
|
|
|
# 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: ^1.0.4 |
|
|
|
|
|
flutter_icons: |
|
ios: true |
|
android: true |
|
image_path_ios: "assets/icons/ios_complete.png" |
|
image_path_android: "assets/icons/complete.png" |
|
adaptive_icon_background: "assets/icons/background.png" |
|
adaptive_icon_foreground: "assets/icons/foreground.png" |
|
|
|
# The following section is specific to Flutter. |
|
flutter: |
|
|
|
uses-material-design: true |
|
|
|
assets: |
|
- assets/images/ |
|
|
|
# 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.dev/custom-fonts/#from-packages
|
|
|