ajout nouvelles pages tops et parametres

Vues_lucas
Lucas Delanier 3 years ago
parent ebdc9b3af7
commit decb821421

@ -66,11 +66,6 @@ class CardProvider extends ChangeNotifier{
notifyListeners(); notifyListeners();
} }
void isLast(){
if(_urlImages.length == 1){
}
}
void setScreenSize(Size screenSize) => _screenSize = screenSize; void setScreenSize(Size screenSize) => _screenSize = screenSize;

@ -22,10 +22,9 @@ class _MainProfilPageState extends State<MainProfilPage> {
double height = MediaQuery.of(context).size.height; double height = MediaQuery.of(context).size.height;
double width = MediaQuery.of(context).size.width; double width = MediaQuery.of(context).size.width;
return Scaffold( return Container(
backgroundColor: Color(0xFF141414), color: Color(0xFF141414),
resizeToAvoidBottomInset: false, child: Container(
body: Container(
width: double.infinity, width: double.infinity,
height: double.infinity, height: double.infinity,
child: Column( child: Column(

Loading…
Cancel
Save