clean
continuous-integration/drone/push Build is passing Details

pull/4/head^2
Enzo 1 year ago
parent 7bf04cd1c7
commit 0f4a5d5932

@ -1,6 +1,5 @@
import 'package:flutter/material.dart';
import 'package:smartfit_app_mobile/modele/activity.dart';
import 'package:smartfit_app_mobile/modele/convertisseur.dart';
import 'package:smartfit_app_mobile/modele/manager_selected_activity.dart';
class User extends ChangeNotifier {

@ -42,24 +42,26 @@ class _ChoseMap extends State<ChoseMap> {
height: media.height * 0.1,
),
RoundButton(
title: "Use map with google map",
onPressed: () {
Navigator.push(
context,
MaterialPageRoute(
builder: (context) => const MobileMyMaps()));
},
),
title: "Use map with google map",
onPressed: () {
Navigator.push(
context,
MaterialPageRoute(
builder: (context) => const MobileMyMaps()));
},
),
SizedBox(
height: media.height * 0.03,
),
RoundButton(
title : "Use map with Open Street Map",
onPressed: () {
Navigator.push(context,
MaterialPageRoute(builder: (context) => const MyMapOSM()));
},
),
title: "Use map with Open Street Map",
onPressed: () {
Navigator.push(
context,
MaterialPageRoute(
builder: (context) => const MyMapOSM()));
},
),
Spacer(),
],
),
@ -67,18 +69,5 @@ class _ChoseMap extends State<ChoseMap> {
),
),
);
return Scaffold(
backgroundColor: TColor.white,
body: SafeArea(
child: Column(
mainAxisAlignment: MainAxisAlignment.center,
crossAxisAlignment: CrossAxisAlignment.center,
children: [
const Text(
"Mettre une image la en mode une personne avec des jumelles")
],
)),
);
}
}

@ -4,7 +4,6 @@ import 'package:smartfit_app_mobile/common/colo_extension.dart';
import 'package:smartfit_app_mobile/common_widget/container/profile/profile_compte.dart';
import 'package:smartfit_app_mobile/common_widget/container/profile/profile_entete.dart';
import 'package:smartfit_app_mobile/common_widget/container/profile/profile_info_user.dart';
import 'package:smartfit_app_mobile/common_widget/container/profile/profile_notification.dart';
import 'package:smartfit_app_mobile/common_widget/container/profile/profile_other.dart';
import 'package:smartfit_app_mobile/modele/user.dart';
@ -55,7 +54,6 @@ class _ProfileViewAllPlatforme extends State<ProfileViewAllPlatforme> {
const SizedBox(
height: 25,
),
ProfileOther(widget.otherArr)
],
),

Loading…
Cancel
Save