<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Cleidson-dev</title>
    <description>The latest articles on DEV Community by Cleidson-dev (@cleidsondev).</description>
    <link>https://dev.to/cleidsondev</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F636554%2Fd59c6fdf-e89a-4c3c-9651-1150d36f3e43.jpg</url>
      <title>DEV Community: Cleidson-dev</title>
      <link>https://dev.to/cleidsondev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/cleidsondev"/>
    <language>en</language>
    <item>
      <title>Por favor alguém me ajuda em um erro do VS code usando a linguagem Dart!</title>
      <dc:creator>Cleidson-dev</dc:creator>
      <pubDate>Fri, 15 Oct 2021 21:14:29 +0000</pubDate>
      <link>https://dev.to/cleidsondev/por-favor-alguem-me-ajuda-em-um-erro-do-vs-code-usando-a-linguagem-dart-41le</link>
      <guid>https://dev.to/cleidsondev/por-favor-alguem-me-ajuda-em-um-erro-do-vs-code-usando-a-linguagem-dart-41le</guid>
      <description>&lt;p&gt;Preciso de ajuda!!! estou iniciando meus estudos na linguagem Dart usando o VS code porém ao usar o "FlatButton" eu não consigo declarar uma variável dentro pois da erro, já fiz algumas pesquisas e tentei outros comando mas não deu certo. &lt;/p&gt;

&lt;p&gt;essa é a linha de código em que apresenta erro com "----"&lt;/p&gt;

&lt;p&gt;void main(List args) {&lt;br&gt;
  runApp(MaterialApp(&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;title: "\"app\","
home: Container(
  color: Colors.white,
  child: Column(children:const &amp;lt;Widget&amp;gt; [

   ---- FlatButton(onPressed: () {
      print("Erro")
    },----- child:

    Text(
      "Button",
      style: TextStyle(
        fontSize: 10,
        color: Colors.black,
        fontWeight: FontWeight.bold,
        fontStyle: FontStyle.italic
      ),
      )
    )
  ],),
),
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

&lt;p&gt;));&lt;br&gt;
} &lt;/p&gt;

</description>
      <category>dart</category>
      <category>vscode</category>
      <category>flutter</category>
      <category>app</category>
    </item>
  </channel>
</rss>
