A repository with reinforcement exercises and Dart syntax for programming in Flutter.
- Variables
- Type of data (String, number, bool, datetime)
- Lists
- Maps
- Maths
- Functions
- Class
- Constructor
- Named constructor
- Getters and setters
- Abstract class
- Extends
- Mixins
- Futures
- Async await
- Try catch on finally
- Streams
- Stream await
- Ternary operation
- HTTP requests
- Design pattern (Singleton)
pubspec.yaml
name: dart_basics
description: A sample command-line application.
version: 1.0.0
# repository: https://github.com/jlammx/dart_basics
environment:
sdk: '>=3.0.0-179.0.dev <4.0.0'
# Add regular dependencies here.
dependencies:
http: ^0.13.5
intl: ^0.18.0
# path: ^1.8.0
dev_dependencies:
lints: ^2.0.0
test: ^1.21.0
Last updated at 16 Feb 2023