A simple flutter application which implements JSON-parsing and animations for Android, iOS, Web and Desktop.
To run this code, do the following:
- Ensure that you have flutter installed and setup correctly. Refere the docs for more info.
- Make sure to run
flutter upgrade
andflutter doctor
. - Clone this repository:
git clone https://github.com/ayush221b/wallio.git
- Ensure that you are on the
master
branch.git checkout master
- Get the packages
flutter packages get
- Connect your mobile device or emulator, and run:
flutter run
- Ensure that you are on the
web
branch.git checkout web
- Get all the necessary packages using
pub get
andflutter packages upgrade
- Run Flutter for Web:
webdev serve
Note: If you face any difficulties, please refer this article.
- Ensure that you are on the
desktop
branch.git checkout desktop
. - Get all packages:
flutter packages get
- Make sure that you have followed all the steps and configuration mentioned here, so that your system is equipped to execute Flutter for Desktop.
- Run Flutter for Desktop:
flutter run
Note: If you face any difficulties, please refere this article.