Skip to content

Commit

Permalink
published 1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codegrue committed Jan 11, 2021
1 parent f2b0d1b commit 882c6c7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Releases

## [1.16.0] - 2021-01-05
## [1.16.0] - 2021-01-11

- added contentPadding parameter (thanks bramdekker)
- upgraded depenencies
Expand Down
2 changes: 1 addition & 1 deletion example/ios/Flutter/.last_build_id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3d9d17aeca52d1d05dfc1b2357df827f
682416c948cca1b59a9358a6aaf91827
13 changes: 7 additions & 6 deletions example/ios/Flutter/flutter_export_environment.sh
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
#!/bin/sh
# This is a generated file; do not edit or check into version control.
export "FLUTTER_ROOT=C:\src\flutter"
export "FLUTTER_APPLICATION_PATH=C:\Users\BramDesktop\Documents\GitHub\card_settings\example"
export "FLUTTER_TARGET=lib\main.dart"
export "FLUTTER_ROOT=/Users/jeff/Development/flutter"
export "FLUTTER_APPLICATION_PATH=/Users/jeff/OneDrive/Projects/Code/Flutter Packages/card_settings/example"
export "FLUTTER_TARGET=/Users/jeff/OneDrive/Projects/Code/Flutter Packages/card_settings/example/lib/main.dart"
export "FLUTTER_BUILD_DIR=build"
export "SYMROOT=${SOURCE_ROOT}/../build\ios"
export "SYMROOT=${SOURCE_ROOT}/../build/ios"
export "OTHER_LDFLAGS=$(inherited) -framework Flutter"
export "FLUTTER_FRAMEWORK_DIR=C:\src\flutter\bin\cache\artifacts\engine\ios"
export "FLUTTER_FRAMEWORK_DIR=/Users/jeff/Development/flutter/bin/cache/artifacts/engine/ios"
export "FLUTTER_BUILD_NAME=1.0.0"
export "FLUTTER_BUILD_NUMBER=1.0.0"
export "DART_DEFINES=flutter.inspector.structuredErrors%3Dtrue"
export "DART_OBFUSCATION=false"
export "TRACK_WIDGET_CREATION=false"
export "TRACK_WIDGET_CREATION=true"
export "TREE_SHAKE_ICONS=false"
export "PACKAGE_CONFIG=.packages"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ dependencies:
intl: ^0.16.1
meta: ^1.2.4
flutter_cupertino_settings: ^0.3.1
flutter_material_pickers: ^1.9.0
flutter_material_pickers: ^1.9.1
pattern_formatter: ^1.0.2 # used for localized doubles
flutter_multi_formatter: ^1.3.3 # used for localized phone numbers
flutter_multi_formatter: ^1.3.5 # used for localized phone numbers

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 882c6c7

Please sign in to comment.