riverpod_lint
Riverpod_lint는 Riverpod 사용자를 위한 개발자 도구로, 일반적인 문제를 방지하고 반복 작업을 간소화하는 데 도움을 줍니다.
매우 간단한 텔레프롬프터 앱
Riverpod_lint는 Riverpod 사용자를 위한 개발자 도구로, 일반적인 문제를 방지하고 반복 작업을 간소화하는 데 도움을 줍니다.
Flutter 앱에서 플랫폼 간에 쉽게 드리프트 데이터베이스를 설정할 수 있습니다.
v0.8.1Lint 규칙은 프로젝트의 유지보수성을 향상시키는 강력한 방법입니다. 커스텀 Lint를 사용하면 패키지 작성자와 개발자가 쉽게 커스텀 Lint 규칙을 작성할 수 있습니다.
{"sdk":"flutter"}^1.0.8^3.4.3^2.5.1^18.0.1^2.1.5^4.0.1^3.1.0^4.0.7^13.1.0^6.3.1^2.35.0^0.3.0^1.8.0^3.0.7+1^10.2.1^1.1.0^0.4.0^0.1.0^5.1.20^5.1.20^5.1.20^5.2.2^2.2.1^4.12.0{"sdk":"flutter"}{"sdk":"flutter"}{"sdk":"flutter"}^6.0.0^4.0.4^3.4.3^2.16.10.2.00.1.0^0.14.3^2.35.0^3.16.12^6.14.0아래는 영문 원문 스냅샷입니다. 최신 내용은 GitHub에서 확인하세요.
https://dcbadge.limes.pink/api/server/https://discord.gg/EG3zU9cTFx Weblate project translated
An extraordinarily simple cross-platform teleprompter.
Load a script from a file or paste it into the input box.
Press play to start the teleprompter. Press pause to stop it. Press + to make it faster, - to make it slower. There's also a button to flip it vertically and one to flip it horizontally. Font size can also be adjusted. And so much more!
Feature List
Or download the latest APK from the Releases Section. Also available on the Apple App Store!
The tools/build.sh script is the easiest way to build the application.
Build TiefPrompt packages.
usage: build.sh [options]
-t target Comma seperated list of targets to build. Options:
linux,windows,androidaab,androidapk,macos,iosapp,iosipa
(i) Can be set via environment variable 'TARGETS'
(!) Required
-f freedom Freedom level to apply to Application. Options:
freemium,foss
(i) Can be set via environment variable 'FREEDOM'
(!) Required
-b dir Build directory to place packages in.
Default: /package
(i) Unix path - not interpreted relatively!
(i) Can be set via environment variable 'BUILD_DIR'
-s Skip Flutter preperation.
-d Run debug build.
-c Continue on fail.
-q Make script quiet.
-v Make script verbose.
-V Make script extremely verbose (careful here!).
-h Show this help.
For example, to build linux and android APKs, run ./tools/build.sh -t linux,androidapk -f foss.
Foss vs Freemium decides, which entrypoint is used. See the Fossium section.
You can still run the app using .flutter/bin/flutter run, which will launch the fallback main.dart.
Note that, if you're building for windows, you will need a bash. I recommend the git bash, normally located under C:\Program Files\Git\bin\bash.exe to run build.sh.
This application is sadly not only an extreme time-, but also money sink for me. That's why I decided to make the application freemium when downloaded from the Apple App Store or Google Play.
This does not, however, affect F-Droid or my uploaded builds - these remain free as in beer. That's why I split the application in a main_foss.dart and a main_freemium.dart entrypoint. The different versions can be built using the build script, or just with .flutter/bin/flutter build [target] -t main_[freedom].dart.
There's an unvalidated iOS build available, I have no idea whether it works but if it does, yippie!
We use hosted weblate (at this time at least) to translate the application. Feel free to help out! Join the project!
When adding a new language, don't forget to add it to the lib/core/constants.dart kSupportedLocales list.
MIT. Look at LICENSE for details.
Be nice please?
I need more coffee. Please.