cake_wallet icon indicating copy to clipboard operation
cake_wallet copied to clipboard

[Linux] Update Linux's Build Guide

Open thanvinhbaohoang opened this issue 2 years ago • 1 comments

Following the build_guide_linux.md exactly would result in the following error

The lower bound of "sdk: '>=2.0.0-dev.68.0 <3.0.0'" must be 2.12.0 or higher to enable null safety.

This is because most up-to-date Flutter/Dart version do not match with Cake Wallet's requirement. Linux devs will need to revert Flutter/Dart back to version 3.7.x (Dart 2.18 or 2.19) in order to build.

thanvinhbaohoang avatar Jun 28 '23 22:06 thanvinhbaohoang

@thanvinhbaohoang Where do you find this file? It is not in HEAD of master.

Spixmaster avatar Jan 18 '24 09:01 Spixmaster