Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Version change
Browse files Browse the repository at this point in the history
  • Loading branch information
Sehnryr committed Jan 24, 2022
1 parent 74365e6 commit 1d86fdc
Showing 1 changed file with 61 additions and 61 deletions.
122 changes: 61 additions & 61 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,85 +15,85 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# 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
version: 1.0.4+4
version: 1.0.5

environment:
sdk: ">=2.7.0 <3.0.0"
sdk: ">=2.7.0 <3.0.0"

dependencies:
flutter:
sdk: flutter
flutter:
sdk: flutter

# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.0
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.0

requests: ^3.3.0
cloud_firestore: ^0.14.4 # for Timestamp conversion
modal_progress_hud: ^0.1.3 # login verification
requests: ^3.3.0
cloud_firestore: ^0.14.4 # for Timestamp conversion
modal_progress_hud: ^0.1.3 # login verification

shared_preferences: ^0.5.1+2
shared_preferences: ^0.5.1+2

linked_scroll_controller: ^0.1.2 # for synced scroll
linked_scroll_controller: ^0.1.2 # for synced scroll

flutter_week_view: ^1.0.0+1
flutter_calendar_week:
git:
url: https://github.com/mduccc/flutter_calendar_week.git
ref: 1.0.0
flutter_week_view: ^1.0.0+1
flutter_calendar_week:
git:
url: https://github.com/mduccc/flutter_calendar_week.git
ref: 1.0.0

intl: ^0.16.1
intl: ^0.16.1

table_calendar: ^2.3.1
syncfusion_flutter_calendar: ^18.3.52
table_calendar: ^2.3.1
syncfusion_flutter_calendar: ^18.3.52

dev_dependencies:
flutter_test:
sdk: flutter
flutter_test:
sdk: flutter

flutter_launcher_icons: "^0.8.1"
flutter_launcher_icons: "^0.8.1"

flutter_icons:
image_path: "assets/images/aurion1.png"
android: true
ios: true
image_path: "assets/images/aurion1.png"
android: true
ios: true
# 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.
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/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg

# 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: 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
# 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/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg

# 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: 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

0 comments on commit 1d86fdc

Please sign in to comment.