Skip to content

My first Flutter challenge, displaying pokemons which can fly.

Notifications You must be signed in to change notification settings

shilena91/flying_pokemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flying_pokemon

My first Flutter project, a coding assignment from a company in Finland. The challenge is displaying a list of pokemons from an API. I spent 5 days to do this, including learning Flutter from scratch.

Usage (for MacOS)

  • Clone the repo.

git clone https://github.com/shilena91/flying_pokemon

  • Open Terminal and run command which flutter to check if your system has Flutter SDK. If it has you can skip the install Flutter step below.

Install Flutter SDK

  • You can follow the install steps from here.
  • After succesfully install Flutter SDK, from Terminal go to the cloned directory and run command flutter pub get

Running the app on VSCode

  • To setup flutter on VSCode, follow the steps from here
  • Open the cloned repo by VSCode and run, remember to run command flutter doctor on Terminal to check flutter enviromment.

Running the app on XCode

  • Install CocoaPods by running commands:

$ sudo gem install cocoapods
$ pod setup

  • In cloned directory, go to ios directory and run command pod install, you don't need to do this step if you already ran the app on VSCode before.
  • In ios directory, open file Runner.xcworkspace by Xcode, choose iOS simulator, run and see the app. If you want to run on physical device you need to configure the app's Team and Bundle Identifier to your preferences.

About

My first Flutter challenge, displaying pokemons which can fly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published