Skip to content
android logo

Android

Android was designed and built by Google in 2008. The operating system is written mainly in Java, with core components in C and C++. It is built on top of the Linux kernel, giving it incorporated security benefits.

Here are 59,744 public repositories matching this topic...

flutter
tianna1121
tianna1121 commented Nov 13, 2019

The "kill -SIGUSR1 PIDFILE" works well for both iOS & Android devices. However, when I issue the same command to web-server, it really "KILL"ed the process. When I press "r" or "R" in the terminal, it works fine. I know the flutter-web is still under tech-preview stage. But, could you please add this feature in the up-coming release? Thanks.

Command:
flutter run -d web-server --web-port=41943

iRoachie
iRoachie commented Oct 7, 2019

We've recently updated our github workflow to have 3 branches:

master - current version on npm that's live
next - upcoming features and changes
patch - bug fixes (usually released within a day)

We should update the contributing section on the website and maybe .github/CONTRIBUTING.md to let users know which branch they should base their changes on if they want to make a pull request.

You can’t perform that action at this time.