anusii / podnotes

GNU General Public License v3.0
2 stars 3 forks source link

ABOUT: Add an about popup #35

Closed gjwgit closed 10 months ago

gjwgit commented 11 months ago

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.

jesscmoore commented 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?

Image

View Licenses:

Image

gjwgit commented 10 months ago

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).

gjwgit commented 10 months ago

Closing. Version updated through makefile.