initial
This commit is contained in:
65
pubspec.yaml
Normal file
65
pubspec.yaml
Normal file
@@ -0,0 +1,65 @@
|
||||
name: hiddingsel_app
|
||||
description: A new Flutter application for the small village Hiddingsel.
|
||||
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
|
||||
version: 1.1.5+59
|
||||
|
||||
environment:
|
||||
sdk: '>=3.3.3 <4.0.0'
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
# From Dart & Flutter & Fluttercommunity
|
||||
http:
|
||||
html:
|
||||
|
||||
url_launcher:
|
||||
shared_preferences:
|
||||
path_provider:
|
||||
font_awesome_flutter:
|
||||
|
||||
share_plus:
|
||||
get_it:
|
||||
#flutter_launcher_icons: # uncomment for change of icons
|
||||
|
||||
# From Google
|
||||
#firebase_analytics:
|
||||
firebase_core: #Regelmäßig updaten
|
||||
firebase_messaging: #Regelmäßig updaten
|
||||
#firebase_remote_config:
|
||||
|
||||
# MIT license
|
||||
cached_network_image:
|
||||
|
||||
# Loswerden
|
||||
webview_flutter:
|
||||
table_calendar:
|
||||
flutter_local_notifications:
|
||||
|
||||
intl:
|
||||
timezone:
|
||||
flutter_icons:
|
||||
android: true
|
||||
ios: true
|
||||
image_path: "assets/icon/icon_verlauf.png"
|
||||
|
||||
flutter:
|
||||
uses-material-design: true
|
||||
assets:
|
||||
- assets/images/
|
||||
- assets/images/geschichte/
|
||||
- assets/images/organisations/
|
||||
- assets/images/pois/denkmal/
|
||||
- assets/images/pois/duepmannsKapelle/
|
||||
- assets/images/pois/frauenschemm/
|
||||
- assets/images/pois/kleuterbach/
|
||||
- assets/images/pois/maeusescheune/
|
||||
- assets/images/pois/kirche/
|
||||
- assets/images/start/
|
||||
- assets/images/vorwort/
|
||||
- assets/images/companies/
|
||||
- assets/icon/
|
||||
- assets/json/
|
||||
- assets/other/
|
||||
Reference in New Issue
Block a user