mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-07 03:19:31 +00:00
small code cleanup + fix gradle.propeties so remote builds work
This commit is contained in:
parent
d189330e7e
commit
dbf64e4b28
2 changed files with 1 additions and 10 deletions
|
@ -1,9 +1,4 @@
|
|||
org.gradle.jvmargs=-Xmx1536M \
|
||||
--add-exports=java.base/sun.nio.ch=ALL-UNNAMED \
|
||||
--add-opens=java.base/java.lang=ALL-UNNAMED \
|
||||
--add-opens=java.base/java.lang.reflect=ALL-UNNAMED \
|
||||
--add-opens=java.base/java.io=ALL-UNNAMED \
|
||||
--add-exports=jdk.unsupported/sun.misc=ALL-UNNAMED
|
||||
org.gradle.jvmargs=-Xmx1536M
|
||||
android.enableR8=true
|
||||
android.useAndroidX=true
|
||||
android.enableJetifier=true
|
|
@ -61,10 +61,6 @@ class ScanScreenState extends State<ScanScreen> {
|
|||
DottedBorder(
|
||||
strokeWidth: 8,
|
||||
dashPattern: const <double>[30, 35],
|
||||
// dashPattern: const <double>[50,90],
|
||||
// dashPattern: const <double>[50, 200],
|
||||
// dashPattern: const <double>[1, 190, 60, 190, 60, 190, 60, 170, 90],
|
||||
// dashPattern: const <double>[200, 50],
|
||||
strokeCap: StrokeCap.round,
|
||||
borderType: BorderType.RRect,
|
||||
radius: const Radius.circular(25),
|
||||
|
|
Loading…
Reference in a new issue