FLUTTER ECOSYSTEM

SoftcodingForYou/touchtorch

这是一个基于 Flutter/Dart 的简单移动应用:您触摸屏幕时,灯光就会打开。只要您不抬起手指,灯光就会一直亮着!

触摸手电筒 项目封面
Stars
10
Forks
1
最近推送(UTC)
2025年5月30日
项目状态
未归档
SoftcodingForYou GitHub avatar
GITHUB User

SoftcodingForYou ↗

Freelance development of mobile and desktop apps

语言DartKotlin

关联插件与示例

使用的依赖

依赖清单 6 项

App 分类

原始 README

以下为英文项目原文快照,最新内容请访问 GitHub。

展开 / 收起项目 README

Touch Torch

App logo

App logo

Description

This is a simple Flutter/Dart-based mobile app: You touch the screen and the light turns on. The light stays on until you lift you finger off the screen!

Why another flashlight app?

As unbelievable as it might seem, this, to our knowledge, is the first app that enables your device's flashlight as long as your finger is in contact with the screen.

Download

Get it on F-Droid

Or download the latest APK from the Releases Section.

Code structure

The whole app is written with less than 100 lines of Flutter/Dart code.

.lib >

  1. main.dart: app entry point: initializes app and flashlight environment
  2. home.dart: The single screen of the app. Contains a Stack() widget that holds background images and text

Artwork

App artwork 1 App artwork 2 App artwork 3

License

This project is licensed under the BSD 3-Clause License. See the LICENSE file for details.

TL;DR: Do whatever you want with the code!