Forum Replies Created

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

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

blabla

Aroi

A

Okay, thank you. When is the next update expected to come out?

One of my plugins is not getting updated and I get this message:

Advanced Custom Fields PRO: Update package not available

This is a package through the theme, how can I fix this?

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

1 2 3