diff --git a/frontend/app_student/lib/login/views/login_view.dart b/frontend/app_student/lib/login/views/login_view.dart index f2c7b63..c288dc7 100644 --- a/frontend/app_student/lib/login/views/login_view.dart +++ b/frontend/app_student/lib/login/views/login_view.dart @@ -16,6 +16,17 @@ class LoginView extends StatelessWidget { const HeaderLogo(), HeaderTitle(title), const Expanded(child: FormLogin()), + const Padding( + padding: EdgeInsets.all(8.0), + child: Text( + 'En utilisant le service, vous acceptez nos conditions d\'utilisation et notre politique de confidentialité.', + textAlign: TextAlign.center, + style: TextStyle( + color: Colors.grey, + fontSize: 12, + ), + ), + ), ], ), ); diff --git a/frontend/app_student/pubspec.yaml b/frontend/app_student/pubspec.yaml index d7a6096..c0cb49c 100644 --- a/frontend/app_student/pubspec.yaml +++ b/frontend/app_student/pubspec.yaml @@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.0.0+6 +version: 1.0.0+7 environment: sdk: '>=3.3.0 <4.0.0'