correction import
continuous-integration/drone/push Build is passing Details

pull/4/head
Enzo 2 years ago
parent d77982c9ce
commit 361c5bed9c

@ -1,5 +1,3 @@
import 'dart:js_util';
import 'package:flutter/material.dart';
import 'package:provider/provider.dart';
import 'package:smartfit_app_mobile/common_widget/container/ligne_container_stats.dart';
@ -56,9 +54,7 @@ class _WebHomeView extends State<WebHomeView> {
SizedBox(
height: media.width * 0.03,
),
Row(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Row(crossAxisAlignment: CrossAxisAlignment.start, children: [
Column(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
@ -72,8 +68,7 @@ class _WebHomeView extends State<WebHomeView> {
SizedBox(
height: media.width * 0.02,
),
Row(
children: [
Row(children: [
BpmByTime(media, data),
SizedBox(
width: media.width * 0.01,
@ -88,7 +83,8 @@ class _WebHomeView extends State<WebHomeView> {
Icons.trending_down,
Icons.trending_up,
Icons.favorite_outline),
]),]),
]),
]),
SizedBox(
height: media.width * 0.05,
),
@ -102,7 +98,6 @@ class _WebHomeView extends State<WebHomeView> {
fontSize: 16,
fontWeight: FontWeight.w700),
),
SizedBox(
height: media.width * 0.02,
),
@ -125,7 +120,10 @@ class _WebHomeView extends State<WebHomeView> {
Icons.favorite_outline),
SizedBox(
height: media.width * 0.05,
),]),]),]),
),
]),
]),
]),
SizedBox(
height: media.width * 0.02,
),
@ -136,9 +134,7 @@ class _WebHomeView extends State<WebHomeView> {
fontSize: 16,
fontWeight: FontWeight.w700),
),
Row(
crossAxisAlignment: CrossAxisAlignment.start,
children: [
Row(crossAxisAlignment: CrossAxisAlignment.start, children: [
GraphAltitudeByTime(media, data),
LigneContainerStats(
"${minAltitude.toInt()} m",

Loading…
Cancel
Save