Posts by Jorge Sitoe Junior • 26 points
3 posts
-
1
votes1
answer35
viewsA: Flutter Error Post - Datatime
I don’t quite understand your code but so summarizing will only need intpackage to format import 'package:intl/intl.dart'; main() { var now = new DateTime.now(); var formatter = new…
-
-1
votes1
answer23
viewsA: Problem with android studio using flutter
First and hard to identify the problem but flutter doctor "flutter doctor" or "flutter doctor -v" wheel at the terminal if there is an error there will show ***Wheel flutter doctor with virtual…
-
-2
votes2
answers385
viewsA: I can’t change the button color (xml) in Android Studio
Greetings Luiz <Button android:id="@+id/Button" android:text="Button" android:textColor="#FFFFFF" android:textSize="30sp" android:layout_width="270dp" android:layout_height="60dp"…