redesigned / search by submit / fixes

This commit is contained in:
2021-01-25 18:58:00 +01:00
parent 66d35d272c
commit 87e23d3df7
30 changed files with 564 additions and 169 deletions

View File

@@ -15,7 +15,7 @@ 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.0+3
version: 1.0.1+4
environment:
sdk: ">=2.7.0 <3.0.0"
@@ -27,6 +27,8 @@ dependencies:
font_awesome_flutter: ^8.10.0
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
shared_preferences: ^0.5.12
google_maps_flutter: ^1.0.6
package_info: ^0.4.0+16
@@ -50,6 +52,9 @@ flutter:
uses-material-design: true
assets:
- img/
- locale/locale_pl.json
- locale/locale_en.json
- locale/locale_de.json
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.