Closed gjwgit closed 10 months ago
@gjwgit Completed implementation of AboutDialog(). Uses application details including version set in constants/app.dart. Tried to get this from pubspec.yaml with package_info_plus, which would have been better. PR https://github.com/anusii/podnotes/pull/95
AboutDialog also creates a ViewLicenses popup - did you want that?
View Licenses:
View Licenses is good. I'll work on getting version numbering working across the app. Would be good to source from pubspec (and keep sync with Makefile).
Closing. Version updated through makefile.
Description
Display an About text box that includes a simple description, lists the current version, a link to the github repository, and a list of the authors.
There is a standard About widget for flutter.