Forum Replies Created

15 답변 보임 - 1 에서 15까지 (총 38중에서)

1 2 3

All Replies

test 555

testtest

testtest

test2

test2

test

Hello this an exmple!

Hello!

Hello!

import 'package:flutter/material.dart';
import 'package:organic_food_app/constants/constants.dart';
import 'package:organic_food_app/screens/sign_in/sign_in_screen.dart';
void main() {
  runApp(MyApp());
}
class MyApp extends StatelessWidget {
  // This widget is the root of your application.
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'Organic Food App',
      debugShowCheckedModeBanner: false,
      theme: ThemeData(
        primarySwatch: Colors.blue,
        visualDensity: VisualDensity.adaptivePlatformDensity,
        scaffoldBackgroundColor: white
      ),
      home: SignInScreen(),
    );
  }
}

`main(){
runM();
}

Test reply to see how it works.

testing again

test

blabla

15 답변 보임 - 1 에서 15까지 (총 38중에서)

1 2 3