menu
firebase_github_updater package
documentation
models/app_release.dart
AppRelease
availablePlatforms property
availablePlatforms property
dark_mode
light_mode
availablePlatforms
property
List
<
String
>
get
availablePlatforms
Implementation
List<String> get availablePlatforms { return downloads.map((d) => d.platform).toSet().toList(); }
firebase_github_updater package
documentation
models/app_release
AppRelease
availablePlatforms property
AppRelease class