Flutter is an open-source mobile application development SDK created by Google. It is used to develop applications for Android and iOS, as well as being the primary method of creating applications for Google Fuchsia, Flutter widgets incorporate all critical platform differences such as scrolling, navigation, icons and fonts to provide full native performance on both iOS and Android.
This e-commerce UI will give you all most all the details required for a shopping website.
pubspec.yaml:
name: ecommerce_light_dark
description: A new Flutter project.
publish_to: ‘none’ # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ”>=2.7.0 <3.0.0”
dependencies:
flutter:
sdk: flutter
outline_material_icons: ^0.1.1
smooth_star_rating: 1.1.1
flappy_search_bar: 1.7.2
share: 0.6.4+3
image_picker: 0.6.7+4
flutter_country_picker: 0.1.6
credit_card_slider: 1.0.1
responsive_grid: 1.2.0
cupertino_icons: ^0.1.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
fonts:
– family: Metropolis
fonts:
– asset: fonts/MetropolisRegular.ttf
– asset: fonts/MetropolisLight.ttf
weight: 300
– asset: fonts/MetropolisSemiBold.ttf
weight: 600
– asset: fonts/MetropolisMedium.ttf
weight: 500
– asset: fonts/MetropolisBold.ttf
weight: 700
uses-material-design: true
Watching video application in youtube Here