Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)

1 2

All Replies

Up
0
Down
::

Ullamcorper iste quaerat lacinia? Rutrum? Imperdiet. Adipisicing suspendisse mollis cillum, similique temporibus, maxime quos vel incidunt, odio facilis, pretium? Veritatis, sequi taciti optio error architecto voluptate, proin?

Up
0
Down
::

Adipiscing placerat voluptates! Tincidunt dolor, hymenaeos, aliquet dis accusamus at optio penatibus. Porro ullam quos ornare. Ac ipsam, perspiciatis accusamus a aptent repellat urna, consectetuer hymenaeos magnam ridiculus ac nunc?

Up
0
Down
::

This theme comes with custom background settings which aid in adding photos to your site and making it your own. It has a multi-purpose one page design, a widget designed footer and a blog or news section.

Up
0
Down
::

Hi,

Elementor is the World’s Leading WordPress Page Builder. It’s the most flexible and user-friendly page builder ever. You can learn more about Elementor here- https://elementor.com/

Thanks

Up
0
Down
::

Hi,

In this case, you can change the color variable values from the scss/_variables.scss file. There you will find the pre-defined colors defined in variables. See the screenshot below-

Note: you must have to use a SCSS compiler to compile the SCSS file to CSS.

Thanks

Up
0
Down
::

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?

Up
0
Down
::

A

Up
0
Down
::

Aroi

Up
0
Down
::

blabla

Up
0
Down
::

test

Up
0
Down
::

test

Up
0
Down
::

testing again

Up
0
Down
::

Test reply to see how it works.

Up
0
Down
::

`main(){
runM();
}

Up
0
Down
::
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(),
    );
  }
}

Viewing 15 replies - 1 through 15 (of 19 total)

1 2