Skip to content

A simple flutter application which implements JSON-parsing and animations for Android, iOS, Web and Desktop.

Notifications You must be signed in to change notification settings

ayush221b/wallio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wall I/O

A simple flutter application which implements JSON-parsing and animations for Android, iOS, Web and Desktop.

drawing

Running the App

To run this code, do the following:

  1. Ensure that you have flutter installed and setup correctly. Refere the docs for more info.
  2. Make sure to run flutter upgrade and flutter doctor.
  3. Clone this repository: git clone https://github.com/ayush221b/wallio.git

For Android and iOS

  1. Ensure that you are on the master branch. git checkout master
  2. Get the packages flutter packages get
  3. Connect your mobile device or emulator, and run: flutter run

For Web

  1. Ensure that you are on the web branch. git checkout web
  2. Get all the necessary packages using pub get and flutter packages upgrade
  3. Run Flutter for Web: webdev serve

Note: If you face any difficulties, please refer this article.

For Desktop

  1. Ensure that you are on the desktop branch. git checkout desktop.
  2. Get all packages: flutter packages get
  3. Make sure that you have followed all the steps and configuration mentioned here, so that your system is equipped to execute Flutter for Desktop.
  4. Run Flutter for Desktop: flutter run

Note: If you face any difficulties, please refere this article.

Screenshots

Mobile (Android)

drawing

drawing

drawing

Web (Chrome)

drawing

drawing

drawing

Desktop (Ubuntu)

drawing

drawing

About

A simple flutter application which implements JSON-parsing and animations for Android, iOS, Web and Desktop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published