Exemplos e exercícios introdutórios de Dart

Overview

Dart Basics

Aulas introdutórias e lógica de programação com Dart
Introdução - Aplicações iniciais em Dart para reforçar a lógica de programação
Contém informações das primeiras palavras reservadas na linguagem, leitura e saída de dados, métodos, entre outros.

Estrutura de decisão - Introdução as estruturas de decisão
Utilização das estruturas básicas de decisão + contém uma calculadora funcional de IMC.

Arrays - Primeiros exercícios trabalhando com índice e explorando Lista e exemplo de um carrinho de compras(Com funções de imprimir e apagar informações contidas no array) + bônus para limpar o terminal "print("\x1B[2J\x1b[0;0H");"

Maps - Primeira utilização do Maps + Exemplo com integração do 'list' e outras propriedades do dart passada nas aulas anteriores.

------ FIM DA PROGRAMAÇÂO LINEAR MODULAR ------

You might also like...

EasyCal , simple calculator written with flutter using dart language

EasyCal , simple calculator written with flutter using dart language

EasyCal This is my first flutter experience. Getting Started This project is a starting point for a Flutter application. A few resources to get you st

Aug 9, 2022

a small script that converts adobe illustrator paths to dart for use in flutter

a small script that converts adobe illustrator paths to dart for use in flutter

cpainterhelper A simple script that lets you convert adobe illustrator paths to code compatible with flutter's CustomPainter How to use it First set u

Aug 16, 2022

A Dart + Flutter App Using MongoDB

A Dart + Flutter App Using MongoDB

cinemapp A new Dart + Flutter & mongoDB project. Preview of the app Main Page Movie description How does it work Here is the the link to checkout the

Nov 11, 2021

Web example for the ApolloVM Dart package.

ApolloVM - Web Example This is a Web example for the ApolloVM Dart package. Live Example You can see a live example at: https://apollovm.github.io/apo

Nov 7, 2021

A flutter app for beginners when using flutter and Dart packages to speed up development

xylophone A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if thi

Nov 15, 2021

To do and accomplishment app built with Flutter and Dart. Made use of Provider

Todioapp A todo and accomplishment app built with Flutter Getting Started This project is a starting point for a Flutter application. A few resources

Dec 10, 2022

High-level APIs for Amazon Web Services (AWS) in Dart

High-level APIs for Amazon Web Services (AWS) in Dart Shared API utilities Generated API packages directory DocumentClient for DynamoDB Code generator

Dec 28, 2022

The objective is to create a simple app using Dart/Flutter, for make a REST API integration with Flutter, using free JSON API

The objective is to create a simple app using Dart/Flutter, for make a REST API integration with Flutter, using free JSON API

ListView Builder App The objective is to create a simple app using Dart/Flutter, for make a REST API integration with Flutter, using free JSON API: ht

Dec 7, 2022

A simple and clean news app made with Flutter and Dart

A simple and clean news app made with Flutter and Dart

News_Application A new Flutter project. Getting Started This project is a starting point for a Flutter application. Google Sing In. Internet Connctivi

Apr 26, 2021
Comments
  • Dart basics

    Dart basics

    Mais alguns exemplos de funções, dentre eles: Operação ternária e função com parâmetro, função que retorna outra função e função sendo passada como parâmetro

    opened by e-medeiros1 0
Owner
Erilândio Santos Medeiros
Beginner flutter developer - PT / EN
Erilândio Santos Medeiros
Quiz App to conduct online quiz developed with flutter framework and dart language

Online Quiz App A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started

Parag Patil 7 Nov 8, 2022
This is the self learning of mine about Dart Language

Dart Tutorial These are dart files what iam self studied And I think to share my knowlage with others from sharing this repo as public Still Adding so

Madhusha Prasad 6 Nov 6, 2022
The objective of this tutorial is to learn about asynchronous programming in Dart.

The objective of this tutorial is to learn about asynchronous programming in Dart. We'll look at how to carry out time consuming tasks such as getting device location and networking to get data from the internet.

Hritik Kumar 1 Oct 5, 2021
Examples showing how to use Rid in order to build Dart/Flutter apps integrated with Rust.

Examples showing how to use Rid in order to build Dart/Flutter apps integrated with Rust.

Thorsten Lorenz 205 Dec 24, 2022
A pure dart SSH implementation based on dartssh, with bug fixes, up-to-date dependencies and sound null safety.

DartSSH 2 dartssh2 is a pure dart SSH implementation based on dartssh, with bug fixes, up-to-date dependencies and sound null safety. dartssh2 providi

null 100 Dec 29, 2022
A fully responsive BMI calculator app made using flutter and dart with beautiful minimalistic user interface design and easy to use .

BMI_Calculator_Flutter A fully responsive BMI calculator app made using flutter and dart with beautiful minimalistic user interface design and easy to

null 1 Oct 9, 2021
A Dart client for Supabase

supabase-dart A Dart client for Supabase. What is Supabase Supabase is an open source Firebase alternative. We are a service to: listen to database ch

Supabase 392 Jan 7, 2023
Package your Flutter app into OS-specific bundles (.app, .exe, etc.) via Dart or the command line.

flutter_app_packager Package your Flutter app into OS-specific bundles (.app, .exe, etc.) via Dart or the command line. The flutter_app_packager sourc

LeanFlutter 415 Jan 8, 2023
Code collections for MI2S Dart lang study group.

MI2S Dart Language Study Group Code collections for MI2S Dart lang study group. Get started Install flutter (which contains the dart SDK). Clone the r

Michael Shih 2 Nov 10, 2021
BMI Calc in Flutter/Dart

BMI Calculator ?? Our Goal The objective of this tutorial is to look at how we can customise Flutter Widgets to achieve our own beautiful user interfa

Boris Barroso 0 Nov 1, 2021