Flutter Tutorials

Flutter app development tutorials


flutter – MaterialApp theme

main.dart


import 'package:flutter/material.dart';

void main(){
  runApp(
      MaterialApp(
        theme: ThemeData(primarySwatch: Colors.amber),
        home: Scaffold(
          appBar: AppBar(
              title: const Text("Flutter - Material App Theme")
          ),
        ),
      )
  );
}

More flutter tutorials



About Me

Flutter Developer

Design a site like this with WordPress.com
Get started