diff --git a/lib/view/mydevelopment_page.dart b/lib/view/mydevelopment_page.dart index 9747502..501da3a 100644 --- a/lib/view/mydevelopment_page.dart +++ b/lib/view/mydevelopment_page.dart @@ -72,7 +72,7 @@ class _MyDevelopmentPage extends State with Trans { onTap: () => Navigator.of(context).pushNamed('mydevelopmentLog', arguments: args), isLocked: false, )), - Badge( + /* Badge( elevation: 0, padding: EdgeInsets.all(0), position: BadgePosition.topStart(top: -12, start: -12), @@ -133,7 +133,7 @@ class _MyDevelopmentPage extends State with Trans { } }, isLocked: true, - )), + )), */ Badge( elevation: 0, padding: EdgeInsets.all(0), diff --git a/pubspec.yaml b/pubspec.yaml index 5d044fb..9181f14 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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.1.26+106 +version: 1.1.26+107 environment: sdk: ">=2.12.0 <3.0.0" @@ -74,7 +74,7 @@ dependencies: syncfusion_flutter_calendar: ^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 sign_in_with_apple: ^3.3.0