<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/">
    <title>Flutter &amp; Dart Tutorials, Guides, and more</title>
    <link href="https://www.flutterrific.com/feed.xml" rel="self" />
    <link href="https://www.flutterrific.com" />
    <updated>2023-11-12T22:41:42+07:00</updated>
    <author>
        <name>Alex Vinidiktov</name>
    </author>
    <id>https://www.flutterrific.com</id>

    <entry>
        <title>Syntax Higlighting Test</title>
        <author>
            <name>Alex Vinidiktov</name>
        </author>
        <link href="https://www.flutterrific.com/test-podsvetki-koda.html"/>
        <id>https://www.flutterrific.com/test-podsvetki-koda.html</id>
            <category term="tutorial"/>

        <updated>2023-11-12T22:41:42+07:00</updated>
            <summary>
                <![CDATA[
                    App bar is a horizontal bar that is displayed at the top of the screen. This is one of the main components of Scaffold widget. The app bar includes the toolbar icons, title of screen, quick action buttons. Scaffold( appBar: AppBar( //appbar widget on Scaffold title:Text("AppBar"), //title aof appbar backgroundColor: Colors.redAccent, //background&hellip;
                ]]>
            </summary>
        <content type="html">
            <![CDATA[
                <p>App bar is a horizontal bar that is displayed at the top of the screen. This is one of the main components of <a href="https://www.fluttercampus.com/tutorial/9/flutter-scaffold/">Scaffold</a> widget. The app bar includes the toolbar icons, title of screen, quick action buttons.</p>
<pre class="language-dart"><code>
Scaffold(
   appBar: AppBar( //appbar widget on Scaffold
          title:Text("AppBar"), //title aof appbar
          backgroundColor: Colors.redAccent, //background color of appbar
    ),
)    
</code></pre>
            ]]>
        </content>
    </entry>
    <entry>
        <title>Tips &amp; Tricks</title>
        <author>
            <name>Alex Vinidiktov</name>
        </author>
        <link href="https://www.flutterrific.com/tips-and-tricks.html"/>
        <id>https://www.flutterrific.com/tips-and-tricks.html</id>

        <updated>2023-11-12T22:31:20+07:00</updated>
            <summary>
                <![CDATA[
                    Simple theme is highly customizable and comes with tons of features and settings. Below you will find some extra tips and tricks you’ll love to be “in the know” about. You can easily add extra styling elements to your content by selecting the right element from the Formats menu of the WYSIWYG editor toolbar: Create a&hellip;
                ]]>
            </summary>
        <content type="html">
            <![CDATA[
                <p>Simple theme is highly customizable and comes with tons of features and settings. Below you will find some extra tips and tricks you’ll love to be “in the know” about.</p>
<p>You can easily add extra styling elements to your content by selecting the right element from the <strong>Formats menu</strong> of the WYSIWYG editor toolbar:</p>
<h2>Numeric List</h2>
<p>Create a numeric <strong>&lt;ol&gt;</strong> list, then highlight it and, in the <strong>Formats menu</strong>, select <strong>Ordered List</strong>. This will restyle the list to look like:</p>
<ol class="ordered-list">
<li>Duis placerat magna nec metus pellentesque vulputate. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum tempus pulvinar ante ut congue.</li>
<li>Praesent eu nibh non massa auctor vehicula vitae vitae dolor. Quisque est urna, vehicula a eros ut, pretium pharetra est. Duis vitae ex facilisis, cursus dui quis, ultrices nibh.</li>
<li>Pellentesque ut libero eu augue feugiat finibus non sit amet odio. Cras fringilla tortor consectetur, tincidunt nibh quis, molestie risus. Integer viverra dui elit, ac auctor sem consequat semper.</li>
</ol>
<h2>Dropcaps</h2>
<p>You can easily add dropcaps (dropped capital) to your content by selecting the right element from the <strong>Formats menu</strong> of the WYSIWYG editor toolbar.</p>
<p class="dropcap">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi lacinia varius suscipit. Vestibulum varius dui metus, vel porttitor dui ullamcorper at. Vestibulum ac tortor vestibulum neque gravida euismod. Mauris eu convallis sem. Pellentesque id odio dictum, hendrerit ligula quis, sollicitudin ante. In consequat lorem at lacus elementum, mollis aliquet tortor sagittis. Maecenas et nulla mi. Vivamus ligula tortor, porttitor et enim non, feugiat porta elit.</p>
<h2>Messages</h2>
<p>Convert your paragraphs to Tips, Info, Success or Warning messages by selecting or highlighting them and clicking on the Info, Tips, Success or Warning options in the <strong>Formats menu</strong>:</p>
<p class="msg msg--highlight">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer tristique quam augue. (paragraph with the <code>.msg .msg--highlight</code> classes)</p>
<p class="msg msg--info">Sodales maximus lacus venenatis quis. Etiam in ipsum et sem placerat semper et in magna. (paragraph with the <code>.msg .msg--info</code> classes)</p>
<p class="msg msg--success">Suspendisse vel odio felis. Nullam facilisis aliquet ex at fringilla. Quisque imperdiet elit vitae mi eleifend semper. Nulla mattis, est id accumsan placerat, nunc urna lacinia ex, (paragraph with the <code>.msg .msg--success</code> classes)</p>
<p class="msg msg--warning">Eu venenatis nunc lacus quis felis. Etiam et rhoncus dui. Quisque vestibulum sed eros quis rutrum. (paragraph with the <code>.msg .msg--warning</code> classes)</p>
<p> </p>
<h2>Tables</h2>
<p>You can easily add extra styling table to your content by selecting the right element from the <strong>Formats menu</strong> of the WYSIWYG editor toolbar.</p>
<p>By default all tables look like:</p>
<table>
<tbody>
<tr>
<th>#</th>
<th>Date</th>
<th>City</th>
<th>Country</th>
</tr>
<tr>
<td>1</td>
<td>October 29th, 2017</td>
<td>Ramillies</td>
<td>France</td>
</tr>
<tr>
<td>2</td>
<td>September 20th, 2018</td>
<td>Dufftown</td>
<td>Japan</td>
</tr>
<tr>
<td>3</td>
<td>October 15th, 2018</td>
<td>Kircudbright</td>
<td>Antarctica</td>
</tr>
<tr>
<td>4</td>
<td>March 1st, 2019</td>
<td>South Burlington</td>
<td>Virgin Islands</td>
</tr>
</tbody>
</table>
<p>with <code>.table-bordered</code> class added:</p>
<table class="table-bordered">
<tbody>
<tr>
<th>#</th>
<th>Date</th>
<th>City</th>
<th>Country</th>
</tr>
<tr>
<td>1</td>
<td>October 29th, 2017</td>
<td>Ramillies</td>
<td>France</td>
</tr>
<tr>
<td>2</td>
<td>September 20th, 2018</td>
<td>Dufftown</td>
<td>Japan</td>
</tr>
<tr>
<td>3</td>
<td>October 15th, 2018</td>
<td>Kircudbright</td>
<td>Antarctica</td>
</tr>
<tr>
<td>4</td>
<td>March 1st, 2019</td>
<td>South Burlington</td>
<td>Virgin Islands</td>
</tr>
</tbody>
</table>
<p>with <code>.table-striped</code> class added:</p>
<table class="table-striped">
<tbody>
<tr>
<th>#</th>
<th>Date</th>
<th>City</th>
<th>Country</th>
</tr>
<tr>
<td>1</td>
<td>October 29th, 2017</td>
<td>Ramillies</td>
<td>France</td>
</tr>
<tr>
<td>2</td>
<td>September 20th, 2018</td>
<td>Dufftown</td>
<td>Japan</td>
</tr>
<tr>
<td>3</td>
<td>October 15th, 2018</td>
<td>Kircudbright</td>
<td>Antarctica</td>
</tr>
<tr>
<td>4</td>
<td>March 1st, 2019</td>
<td>South Burlington</td>
<td>Virgin Islands</td>
</tr>
</tbody>
</table>
<p>with <code>.table-title</code> class added:</p>
<table class="table-title">
<tbody>
<tr>
<th>#</th>
<th>Date</th>
<th>City</th>
<th>Country</th>
</tr>
<tr>
<td>1</td>
<td>October 29th, 2017</td>
<td>Ramillies</td>
<td>France</td>
</tr>
<tr>
<td>2</td>
<td>September 20th, 2018</td>
<td>Dufftown</td>
<td>Japan</td>
</tr>
<tr>
<td>3</td>
<td>October 15th, 2018</td>
<td>Kircudbright</td>
<td>Antarctica</td>
</tr>
<tr>
<td>4</td>
<td>March 1st, 2019</td>
<td>South Burlington</td>
<td>Virgin Islands</td>
</tr>
</tbody>
</table>
<p>You can easily mix the table styles but adding two classes e.g.: <code>.table-bordered .table-striped</code></p>
<table class="table-bordered table-striped">
<tbody>
<tr>
<th>#</th>
<th>Date</th>
<th>City</th>
<th>Country</th>
</tr>
<tr>
<td>1</td>
<td>October 29th, 2017</td>
<td>Ramillies</td>
<td>France</td>
</tr>
<tr>
<td>2</td>
<td>September 20th, 2018</td>
<td>Dufftown</td>
<td>Japan</td>
</tr>
<tr>
<td>3</td>
<td>October 15th, 2018</td>
<td>Kircudbright</td>
<td>Antarctica</td>
</tr>
<tr>
<td>4</td>
<td>March 1st, 2019</td>
<td>South Burlington</td>
<td>Virgin Islands</td>
</tr>
</tbody>
</table>
            ]]>
        </content>
    </entry>
    <entry>
        <title> Youtube Embedding Test</title>
        <author>
            <name>Alex Vinidiktov</name>
        </author>
        <link href="https://www.flutterrific.com/test-vstraivaniya-youtube-video.html"/>
        <id>https://www.flutterrific.com/test-vstraivaniya-youtube-video.html</id>

        <updated>2023-11-12T22:36:11+07:00</updated>
            <summary>
                <![CDATA[
                    Редкое видео Морихея Уэсибы, основателя айкидо.
                ]]>
            </summary>
        <content type="html">
            <![CDATA[
                <p>Редкое видео Морихея Уэсибы, основателя айкидо.</p>
<div class="post__iframe"><iframe loading="lazy" width="560" height="315" src="https://www.youtube.com/embed/30Sa0PLquFg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen="allowfullscreen"></iframe></div>
            ]]>
        </content>
    </entry>
</feed>
