Package Details: hacki 2.11.0-2

Git Clone URL: https://aur.archlinux.org/hacki.git (read-only, click to copy)
Package Base: hacki
Description: A Hacker News reader.
Upstream URL: https://github.com/Livinglist/Hacki
Licenses: GPL-3.0-only
Submitter: patlefort
Maintainer: patlefort
Last Packager: patlefort
Votes: 1
Popularity: 0.82
First Submitted: 2023-09-29 20:16 (UTC)
Last Updated: 2025-10-30 21:14 (UTC)

Latest Comments

patlefort commented on 2026-01-12 23:23 (UTC)

Looks like it's using something that's not supported on linux (https://github.com/pichillilorenzo/flutter_inappwebview). Try to report it upstream, else I might try to patch something. It should at least be able to open links in an external browser.

CapSel commented on 2026-01-12 22:32 (UTC)

Opening browser does not work.

[ERROR:flutter/runtime/dart_vm_initializer.cc(40)] Unhandled Exception: Null check operator used on a null value
#0      new PlatformChromeSafariBrowser (package:flutter_inappwebview_platform_interface/src/chrome_safari_browser/platform_chrome_safari_browser.dart:60)
#1      new ChromeSafariBrowser.fromPlatformCreationParams (package:flutter_inappwebview/src/chrome_safari_browser/chrome_safari_browser.dart:22)
#2      new ChromeSafariBrowser (package:flutter_inappwebview/src/chrome_safari_browser/chrome_safari_browser.dart:14)
#3      LinkUtil._browser (package:hacki/utils/link_util.dart:17)
#4      LinkUtil.launch.<anonymous closure> (package:hacki/utils/link_util.dart)
#5      Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:951)
#6      Future._propagateToListeners (dart:async/future_impl.dart:980)
#7      Future._completeWithValue (dart:async/future_impl.dart:723)
<asynchronous suspension>

is there a way to fixit? should I report it upstream?