Skip to content

Instantly share code, notes, and snippets.

@jamesdixon
Created December 14, 2020 16:07
Show Gist options
  • Save jamesdixon/f335a8011a55a8e45d063c4eab600fdf to your computer and use it in GitHub Desktop.
Save jamesdixon/f335a8011a55a8e45d063c4eab600fdf to your computer and use it in GitHub Desktop.
Camera Awesome Issue Repro
name: camerawesome_example
description: Demonstrates how to use the camerawesome plugin.
version: 0.0.1
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
camerawesome:
path: ../
cupertino_icons: ^0.1.3
image: ^2.1.19
path_provider: ^1.6.24
rxdart: ^0.25.0
video_player: ^1.0.1
core_card_io:
git:
url: https://github.com/jamesdixon/core_card_io
font_awesome_flutter:
git:
url: git@gitlab.com:spectora/font_awesome_flutter.git
animations: ^1.1.2
auto_route: ^0.6.7
build_runner: ^1.10.0
cached_network_image: ^2.3.3
cloud_firestore: ^0.14.3
credit_card: ^0.1.8
enum_to_string: ^1.0.14
file_picker: ^2.1.1
firebase_core: ^0.5.2
firebase_crashlytics: ^0.2.1+1
flutter_cache_manager_hive: ^0.0.9
flutter_data: ^0.5.20
flutter_data_json_api_adapter: ^0.1.8
flutter_easyrefresh: ^2.1.5
flutter_hooks: ^0.14.1
flutter_secure_storage: ^3.3.4
flutter_slidable: ^0.5.7
flutter_vibrate: ^1.0.0
google_fonts: ^1.1.0
hive: ^1.4.4+1
hooks_riverpod: ^0.12.1
http: ^0.12.2
image_gallery_saver: ^1.6.7
intercom_flutter: ^2.2.1
intl: ^0.16.1
jiffy: ^3.0.1
json_annotation: ^3.0.1
local_auth: ^0.6.3+3
map_launcher: ^1.0.0
permission_handler: ^5.0.1+1
recase: ^3.0.1
sliding_up_panel: ^1.0.2
sliver_tools: ^0.1.9
stripe_sdk: ^3.2.0
syncfusion_flutter_datepicker: ^18.3.35-beta
syncfusion_flutter_signaturepad: ^18.3.42-beta
url_launcher: ^5.7.2
validators: ^2.0.1
wc_form_validators: ^0.1.1
dev_dependencies:
flutter_driver:
sdk: flutter
flutter_test:
sdk: flutter
integration_test: ^1.0.0
test: any
dependency_overrides:
# https://github.com/Milad-Akarie/auto_route_library/issues/250#issuecomment-702769836
analyzer: ^0.39.15
# https://github.com/syncfusion/flutter-widgets/issues/16
pedantic: 1.10.0-nullsafety.1
# overrides due to issue with flutter_cache_manager_hive and flutter_driver
file: ^5.1.0
# override to due to issue with flutter_cache_manager_hive and cameraawesome
rxdart: ^0.25.0
# 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment