Weather service #8
@@ -133,13 +133,13 @@ class _VenuePageState extends State<VenuePage> {
|
|||||||
child: Image.network(validateAndGetImageLink()),
|
child: Image.network(validateAndGetImageLink()),
|
||||||
),
|
),
|
||||||
]),
|
]),
|
||||||
Row(
|
// Row(
|
||||||
children: const [
|
// children: const [
|
||||||
Text(
|
// Text(
|
||||||
'Placeholder for image',
|
// 'Placeholder for image',
|
||||||
),
|
// ),
|
||||||
],
|
// ],
|
||||||
),
|
// ),
|
||||||
Row(children: [
|
Row(children: [
|
||||||
Expanded(
|
Expanded(
|
||||||
child: Column(
|
child: Column(
|
||||||
|
|||||||
@@ -40,7 +40,6 @@ dependencies:
|
|||||||
flutter_native_splash: ^2.1.6
|
flutter_native_splash: ^2.1.6
|
||||||
settings_ui: ^2.0.2
|
settings_ui: ^2.0.2
|
||||||
google_fonts: ^2.3.2
|
google_fonts: ^2.3.2
|
||||||
http: ^0.13.4
|
|
||||||
|
|
||||||
flutter_native_splash:
|
flutter_native_splash:
|
||||||
background_image: assets/images/outdoor.png
|
background_image: assets/images/outdoor.png
|
||||||
|
|||||||
Reference in New Issue
Block a user