Book Image

Learning Dart - Build Your First App with Flutter [Video]

By : Tim Anthony
Book Image

Learning Dart - Build Your First App with Flutter [Video]

By: Tim Anthony

Overview of this book

<p>Flutter is quickly becoming a well-known framework for developing cross-platform apps for both Android and iOS devices. Now developers don't have to learn Java, Kotlin, Objective-C, or Swift to have their apps on Play Store or the App Store. While there are other frameworks for building cross-platform apps, Flutter excels by using a great new language called Dart.</p> <p>With Dart and Flutter, you will develop apps for both stores with just one codebase. It compiles apps into native code without webview. Apps made with Flutter are very fast because of their high rendering power. Hence, they feel super-smooth, thus providing a rich user experience.</p> <p>With this course, you will be able to build app layouts, create widget animations, pull and push data to servers, and compile and release code to both stores.</p> <p>The code bundle for this video course is available at <a href="https://github.com/PacktPublishing/Learning-Dart-Build-your-first-app-with-Flutter" target="_blank">https://github.com/PacktPublishing/Learning-Dart-Build-your-first-app-with-Flutter</a></p> <h2>Style and Approach</h2> <p>A step-by-step guide from zero to releasing mobile apps to Play Store and App Store using Flutter and Dart.</p>
Table of Contents (5 chapters)
Chapter 1
Getting Started with Flutter and Dart
Content Locked
Section 3
Set Up a Repository in GitLab
In this video, we’ll learn how to set up a repo in GitLab, what git-flow is, and how to push changes to the repo. - Set up a repository in GitLab using web interface, and clone to local machine. - Use GitKraken to initialize git-flow and to push commits to the repo. - Validate that the changes were accepted. The user is ready to start making Flutter apps.