Dating app ui design in a flutter

UI Desine By Flutter Mafia Home Screen Ui Design   Please Give Your Review  4.5/5 import ‘package:flutter/material.dart’; void main() { runApp( MaterialApp( home: Scaffold( appBar: AppBar( title: Row( children: [ Text( “YOU”, style: TextStyle( fontSize: 26, fontFamily: ‘SyneMono’, ), ), Image( image: AssetImage(‘Images/macaroni-love.png’), height: 50, fit: BoxFit.cover, ), Text( “Me”, style: TextStyle( fontSize: 26, […]