Forum Replies Created

Viewing 15 posts - 1 through 15 (of 33 total)

1 2 3

All Replies

test 555

testtest

test2

test

Hello this an exmple!

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

test

blabla

Aroi

A

Viewing 15 posts - 1 through 15 (of 33 total)

1 2 3