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 개

앱 카테고리

원본 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!