Skip to content

78da37fed6bf1489361a312568249f3f#376

Open
jayluxferro wants to merge 1 commit intomainfrom
78da37fed6bf1489361a312568249f3f
Open

78da37fed6bf1489361a312568249f3f#376
jayluxferro wants to merge 1 commit intomainfrom
78da37fed6bf1489361a312568249f3f

Conversation

@jayluxferro
Copy link
Copy Markdown
Collaborator

No description provided.

@jayluxferro
Copy link
Copy Markdown
Collaborator Author

@Impact-I , I'm getting a billing issue from Github when I check the workflow logs. I could use my payment details for that. Github now bills for GitHub workflows.

@jayluxferro jayluxferro requested a review from Impact-I February 25, 2026 08:51
@rdtmaster
Copy link
Copy Markdown

rdtmaster commented Apr 8, 2026

If anyone urgently needs to patch a flutter app with the newest hash:

78da37fed6bf1489361a312568249f3f#376

You can use my fork as a temporary substitute
https://github.com/rdtmaster/reFlutter/
For that, please find all references to this repo in utils.py of your reFlutter installation (basically, in get_network_lib method) and replace username in github url, e.g. Impact-I -> rdtmaster, so it becomes like

urlretrieve(
                "https://github.com/Impact-I/reFlutter/releases/download/ios-"
                + verUrl
                + libapp_ios[1]
                + "/Flutter",
                "Flutter",
            )

(replace it in all calls to this function).

Note that I do not encourage permanent switch to my repository, nor am trying to hijack this one, or provide any guarantee it works as expected. It is difficult to understand the current situation with workflow runs/github actions, for example, the platform help center claims it offers 1000 free minutes per month on basic plan, yet I had to increase the monthly budget (in fact done it twice).
Also I would like to kindly ask @Impact-I the repository owner to remove my PR #378 which I erroneously created while forking.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants