flutter_launcher version: 1.1.2

Published 2025-09-05

ruud

sdk | dart flutter
repository | svn
platform | desktop
status | n/a
  • Readme
  • Changelog
  • Versions

flutter_launcher

A unified launcher for installed flutter applications.

flutter_launcher

graph

On MacOS looks in /Applications and on Linux in /opt/ for installed flutter apps that are built with dart_hh and thus contain a pubspec.yaml as embedded resource.

Installed apps not built with dart_hh or whose name does not conform to flutter_* are skipped.

List-icons are colored with an algorithm from pkg_core_flutter::ColorExtension.fromText that takes the first word before - or the whole text of the application description.

Changelog

1.1.2 - 2025-09-05

Fixed

  • Unawaited futures.

Changed

  • icons_launcher -> 3.0.2 (was 3.0.1)
  • msix -> 3.16.12 (was 3.16.10)
  • dio -> 5.9.0 (was 5.8.0+1)
  • msix -> 3.16.10 (was 3.16.9)
  • mailer -> 6.5.0 (was 6.4.1)
  • window_manager -> 0.5.1 (was 0.5.0)
  • feedback -> 3.2.0 (was 3.1.0)
  • window_manager -> 0.5.0 (was 0.4.3)
  • flutter_lints -> 6.0.0 (was 5.0.0)
  • msix -> 3.16.9 (was 3.16.8)

1.1.1 - 2025-04-05

Changed

  • Version bump from 1.1.0 to 1.1.1 (Fixed provider lints).

1.1.0 - 2025-04-02

Added

  • Licenses button in footer.
  • BetterFeedback button in footer.

Changed

  • collection -> 1.19.1 (was 1.19.0)

1.0.22 - 2025-03-26

Added

  • Frequently used category.

Changed

  • pub_semver -> 2.2.0 (was 2.1.5)
  • icons_launcher -> 3.0.1 (was 3.0.0)
  • dio -> 5.8.0+1 (was 5.8.0)
  • dio -> 5.8.0 (was 5.7.0)

1.0.21 - 2025-01-08

Changed

  • Version bump from 1.0.20 to 1.0.21 (pubspec_parse -> 1.5.0 (was 1.4.0)).

1.0.20 - 2024-12-23

Changed

  • Version bump from 1.0.19 to 1.0.20 (collection -> 1.19.0 (was 1.19.1)).

1.0.19 - 2024-12-23

Changed

  • Version bump from 1.0.18 to 1.0.19 (collection -> 1.19.1 (was 1.19.0)).

1.0.18 - 2024-12-23

Changed

  • Version bump from 1.0.17 to 1.0.18 (pub_semver -> 2.1.5 (was 2.1.4)).

1.0.17 - 2024-12-23

Changed

  • Version bump from 1.0.16 to 1.0.17 (pubspec_parse -> 1.4.0 (was 1.3.0)).

1.0.16 - 2024-12-19

Changed

  • Version bump from 1.0.15 to 1.0.16 (Support Apple silicon (arm64)).

1.0.15 - 2024-12-19

Changed

  • Version bump from 1.0.14 to 1.0.15 (collection -> 1.19.0 (was 1.19.1)).

1.0.14 - 2024-12-19

Changed

  • Version bump from 1.0.13 to 1.0.14 (collection -> 1.19.1 (was 1.19.0)).

1.0.13 - 2024-12-12

Changed

  • Version bump from 1.0.12 to 1.0.13 (collection -> 1.19.0 (was 1.18.0)).

1.0.12 - 2024-08-22

Changed

  • Version bump from 1.0.11 to 1.0.12 (SDK update 3.5.1).

1.0.11 - 2024-08-12

Changed

  • Show download progress even if the download progress is unknown.
  • Removed get_it dependency.

1.0.10 - 2024-06-28

Changed

  • Do not record false pub.dev version check hits.

1.0.9 - 2024-04-02

Changed

  • Changed http dependency to dio.

1.0.8 - 2024-03-18

Changed

  • WindowManager startup sequence.

1.0.7 - 2024-02-01

Changed

  • Version bump from 1.0.6 to 1.0.7 (Resolve package version confusions).

1.0.6 - 2023-11-01

Changed

  • Version bump from 1.0.5 to 1.0.6.

1.0.5 - 2023-09-29

Added

  • Dark mode.

1.0.4 - 2023-09-17

Changed

  • Remove group name from program descriptions.

1.0.3 - 2023-09-04

Changed

  • Group similar items.

1.0.2 - 2023-07-03

Changed

  • Removed tp_open_file and replaced it with open_file.

1.0.1 - 2023-05-22

Fixed

  • Wrong async constructs.

1.0.0 - 2023-04-20

Added

  • List filtering.

0.0.24 - 2023-02-09

Changed

  • Version bump from 0.0.23 to 0.0.24 (Version confusion after compiler bug chaos).

0.0.23 - 2023-01-18

Changed

  • Version bump from 0.0.22 to 0.0.23 (Update links in README.md.).

Removed

  • provider dependency.

0.0.22 - 2023-01-13

Changed

  • Show applications ending with -flutter (serverpod apps) on linux.

0.0.21 - 2022-12-27

Changed

  • Version bump from 0.0.20 to 0.0.21.

0.0.20 - 2022-12-22

Changed

  • Version bump from 0.0.19 to 0.0.20.

0.0.19 - 2022-12-22

Changed

  • Version bump from 0.0.18 to 0.0.19 (Recompile due to installer optimizations).

0.0.18 - 2022-12-20

Added

  • Download button for new installers.

0.0.17 - 2022-10-11

Changed

  • Version bump from 0.0.16 to 0.0.17 (Recompile due to wrong GetIt.instance syntax.).

0.0.16 - 2022-10-11

Changed

  • Refactored code structure.

0.0.15 - 2022-10-05

Changed

  • Better refresh mechanism.

0.0.14 - 2022-10-05

Changed

  • Version bump from 0.0.13 to 0.0.14 (fixed pdflib searchpath macos crash).

0.0.13 - 2022-10-01

Changed

  • Version bump from 0.0.12 to 0.0.13 (pkg_pdflib bundle macos dylib).

0.0.12 - 2022-09-29

Changed

  • Version bump from 0.0.11 to 0.0.12 (dependencies upgraded).

0.0.11 - 2022-09-27

Fixed

  • Duplicate download link for newer versions.

0.0.10 - 2022-09-27

Fixed

  • Refresh.

0.0.9 - 2022-09-27

Fixed

  • Skip the launcher itself.

0.0.8 - 2022-09-27

Fixed

  • Always allow scroll physics otherwise the refresh will not work on short lists.

0.0.7 - 2022-09-26

Fixed

  • (temporarily) removed minimumSize and maximumSize from window_manager settings for MacOS (caused a crash).

0.0.6 - 2022-09-26

Added

  • BouncingScrollPhysics to ListView.
  • HHPubSpecVersion to ListTile items.
  • Pull to refresh on list.

0.0.5 - 2022-09-26

Changed

  • Window size.

0.0.4 - 2022-09-26

Added

  • HHPubDevPage.
  • Documentation + screenshot.

0.0.3 - 2022-09-26

Added

  • HHBuildVersion.

0.0.2 - 2022-09-21

Changed

  • Work.

0.0.1 - 2022-09-19

Changed

  • Initial version.

1.1.2

2025-09-05

[dmg64]

[dmg]

[deb]

download

1.1.1

2025-04-05

[dmg64]

[dmg]

[deb]

download

1.1.0

2025-04-02

[dmg64]

[dmg]

[deb]

download

1.0.22

2025-03-26

[dmg64]

[dmg]

[deb]

download

1.0.21

2025-01-08

[dmg64]

[dmg]

[deb]

download

1.0.20

2024-12-23 download

1.0.16

2024-12-19 download

1.0.13

2024-12-12 download

1.0.12

2024-08-22 download

1.0.11

2024-08-12 download

1.0.10

2024-06-28 download

1.0.9

2024-04-02 download

1.0.8

2024-03-18 download

1.0.7

2024-02-01 download

1.0.6

2023-11-01 download

1.0.5

2023-09-29 download

1.0.4

2023-09-17 download

1.0.3

2023-09-04 download

1.0.2

2023-07-03 download

1.0.1

2023-05-22 download

1.0.0

2023-04-20 download

0.0.24

2023-02-09 download

0.0.23

2023-01-18 download

0.0.22

2023-01-13 download

0.0.21

2022-12-27 download

0.0.20

2022-12-22 download

0.0.19

2022-12-22 download

0.0.18

2022-12-20 download

0.0.17

2022-10-11 download

0.0.15

2022-10-05 download

0.0.14

2022-10-05 download

0.0.13

2022-10-01 download

0.0.12

2022-09-29 download

0.0.11

2022-09-27 download

0.0.10

2022-09-27 download

0.0.9

2022-09-27 download

0.0.8

2022-09-27 download

0.0.7

2022-09-26 download

0.0.6

2022-09-26 download

0.0.4

2022-09-26 download

0.0.3

2022-09-26 download

0.0.2

2022-09-21 download

0.0.1

2022-09-19 download