Skip to content

my spotfiy clone mobile application written with flutter. all constants in the file are set to static

Notifications You must be signed in to change notification settings

nurllhk/SpotfiyClone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpotfiyClone

Simulator Screen Shot - iPhone 14 Pro - 2023-06-30 at 20 05 41 Simulator Screen Shot - iPhone 14 Pro - 2023-06-30 at 20 05 48
Ekran.Kaydi.2023-06-30.20.07.46.mp4

Album card

 Column(
        crossAxisAlignment: CrossAxisAlignment.center,
        children: [
          SingleChildScrollView(
            scrollDirection: Axis.horizontal,
            physics: const BouncingScrollPhysics(),
            child: Row(
              children: [
                Padding(
                  padding:
                  const EdgeInsets.symmetric(vertical: 2, horizontal: 5),
                  child: Image(
                    image: image,
                    width: 140,
                    height: 140,
                    fit: BoxFit.cover,
                  ),
                ),
              ],
            ),
          ),
          Padding(
            padding: Palet.heightPadding,
            child: Text(lable,style: Theme.of(context).textTheme.labelLarge,),
          ),
        ],
      )
 

About

my spotfiy clone mobile application written with flutter. all constants in the file are set to static

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages