Doğukan Köse
Doğukan Köse
@BlackStarMachine This problem is more related to game logic than terrain generation. You can search for "Floating Point Error" on this topic. The simplest solution for this problem is to...
any update?
Same issue. Here is the code: ``` Stack( children: [ Container( child: Card( child: Container( width: MediaQuery.of(context).size.width, child: Padding( padding: const EdgeInsets.only( top: 40, left: 16, ), child: ListView.builder( itemCount:...