tenhobi / flashcards

FIT CTU · BI-SP1 · BI-SP2 · B172 · B181 – software team project
MIT License
35 stars 8 forks source link

about page #68

Closed tenhobi closed 6 years ago

tenhobi commented 6 years ago

Fixes #36.

Changes proposed in this pull request:

*

danbalarin commented 6 years ago

Version can't be displayed because PackageInfo.version returrns null instead of number specified in pubspec.yaml. image

tenhobi commented 6 years ago

@Kenny11CZ from where they are taking the informations? Maybe we didn't set up some things.

michaldrabina commented 6 years ago

@Kenny11CZ @tenhobi They use platform specific calls to get the information. From what I googled, on iOS the information is retrieved from Info.plist and on Android from AndroidManifest.xml.

tenhobi commented 6 years ago

I am finishing it now.