Obtendo Pi em Flutter
import 'dart:math';
//just use pi constant
print(pi);
CapteinR
import 'dart:math';
//just use pi constant
print(pi);