Kode main.dart untuk Membuat Aplikasi Mobile dengan Flutter

Untuk memulai membuat aplikasi flutter, ganti semua isi main.dart dengan kode dibawah ini, lalu buat folder baru dengan nama pages dan buat file baru, contoh disini adalah file home.dart

import 'package:packageName/pages/home.dart';
import 'package:flutter/material.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      debugShowCheckedModeBanner: false,
      title: 'Application Name',
      theme: ThemeData(
        brightness: Brightness.light,
        primaryColor: Colors.blue,
        accentColor: Colors.orange,
      ),
      routes: <String, WidgetBuilder>{
        '/home': (BuildContext context) => new Home(),
      },
      home: Home(),
    );
  }
}

Kode tersebut berfungsi untuk mengisialisasi nama aplikasi, warna tema aplikasi dan halaman mana yang terlebih dahulu diakses.

Post a Comment

1 Comments

  1. Play'n GO: Casino, Slots, Table Games and More - JTM Hub
    This includes 논산 출장안마 the addition of the casino's classic, classic, and 거제 출장샵 modern slots with more than 익산 출장안마 just 삼척 출장샵 slots, table games, and 양주 출장마사지 classic gaming.

    ReplyDelete