Sample app that displays a variety of preloaded items that can added to cart or be favorited. Each product can directly bought from its product page.
- Flutter SDK
- Git
- VS Code (Dart plugin) or Android Studio (Flutter plugin)
Update the pubspec.yaml file with the extra dependencies uploaded here. Follow through the folders to get the codes accorgingly. The folders "assets" and any other folders inside lib folder are created for convinience. Regarding splash screen, all codes and resources are uploaded here.
https://flutter.dev/docs/get-started/install
Flutter is an open-source UI software development kit created by Google. It is used to develop applications for Android, iOS, Linux, Mac, Windows, Google Fuchsia, and the web from a single codebase. It uses the Dart programming language.
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Flutter sdk makes use of the Git VCS.