Skip to content
Snippets Groups Projects
Commit 454f2ebc authored by Benoît Harrault's avatar Benoît Harrault
Browse files

Avoid print calls in production code

parent 90354ee9
No related branches found
No related tags found
No related merge requests found
Pipeline #5240 passed
This commit is part of merge request !36. Comments created here will be created in the context of that merge request.
org.gradle.jvmargs=-Xmx1536M
android.useAndroidX=true
android.enableJetifier=true
app.versionName=1.2.13
app.versionCode=24
app.versionName=1.2.14
app.versionCode=25
import 'package:flutter/foundation.dart';
void printlog(String message) {
if (!kReleaseMode) {
debugPrint(message);
}
}
name: hangman
description: Hangman game, have fun with words and letters!
publish_to: 'none'
version: 1.2.13+24
version: 1.2.14+25
environment:
sdk: '^3.0.0'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment