V1.26.3.2

This commit is contained in:
Tibor Bossanyi (Freelancer) 2022-10-18 18:54:32 +02:00
parent fb01016494
commit 98bfecbe22
2 changed files with 4 additions and 4 deletions

View File

@ -72,7 +72,7 @@ class _MyDevelopmentPage extends State<MyDevelopmentPage> with Trans {
onTap: () => Navigator.of(context).pushNamed('mydevelopmentLog', arguments: args), onTap: () => Navigator.of(context).pushNamed('mydevelopmentLog', arguments: args),
isLocked: false, isLocked: false,
)), )),
Badge( /* Badge(
elevation: 0, elevation: 0,
padding: EdgeInsets.all(0), padding: EdgeInsets.all(0),
position: BadgePosition.topStart(top: -12, start: -12), position: BadgePosition.topStart(top: -12, start: -12),
@ -133,7 +133,7 @@ class _MyDevelopmentPage extends State<MyDevelopmentPage> with Trans {
} }
}, },
isLocked: true, isLocked: true,
)), )), */
Badge( Badge(
elevation: 0, elevation: 0,
padding: EdgeInsets.all(0), padding: EdgeInsets.all(0),

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. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at # Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.1.26+106 version: 1.1.26+107
environment: environment:
sdk: ">=2.12.0 <3.0.0" sdk: ">=2.12.0 <3.0.0"
@ -74,7 +74,7 @@ dependencies:
syncfusion_flutter_calendar: ^20.1.47 syncfusion_flutter_calendar: ^20.1.47
syncfusion_localizations: ^20.1.47 syncfusion_localizations: ^20.1.47
flutter_facebook_auth: ^4.1.2 flutter_facebook_auth: ^4.3.4
google_sign_in: ^5.2.4 google_sign_in: ^5.2.4
sign_in_with_apple: ^3.3.0 sign_in_with_apple: ^3.3.0