Weather service #8

Merged
adsu7578 merged 4 commits from venue-page into master 2022-05-16 17:30:57 +02:00
2 changed files with 7 additions and 8 deletions
Showing only changes of commit acb80a6d33 - Show all commits

View File

@@ -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(

View File

@@ -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