Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/therustifyer/flutterpractices
Contains PRACTICE Flutter Apps, each one with it's full Dart code and dependencies files, along with it's project explanation.
https://github.com/therustifyer/flutterpractices
android dart flutter google ios
Last synced: about 11 hours ago
JSON representation
Contains PRACTICE Flutter Apps, each one with it's full Dart code and dependencies files, along with it's project explanation.
- Host: GitHub
- URL: https://github.com/therustifyer/flutterpractices
- Owner: TheRustifyer
- License: mit
- Created: 2020-12-23T15:36:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-06T13:27:16.000Z (almost 4 years ago)
- Last Synced: 2024-01-20T10:45:37.453Z (about 1 year ago)
- Topics: android, dart, flutter, google, ios
- Language: Dart
- Homepage:
- Size: 7.77 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter Bootcamp!
This repository just contains PRACTICE Flutter App's for the Udemy's course
`The Complete 2020 Flutter Development with Dart` by @angelayu.What is Flutter?
Flutter is a fast-development framework SDK or software development kit made it by Google. It allows you to easily start builing native Android and iOS, along as desktop and web apps just with one framework, and one language.
## The language, Dart
**Dart** is made it by Google as well as Flutter. It's a client-optimized programming language for apps on multiple platforms and is used to build mobile, desktop, server, and web applications. Dart is an object-oriented, class-based, garbage-collected language with C-style syntax so it's seem like the ideal scenario to replace old and ugly Java SDK's, along as Android, which will be replaced by Fuchsia, the new mobile OS by Google, with a really versatile language like Dart.