Back to Browse

Full Stack Flutter: Creating Our App with flutter_create

4.1K views
Sep 1, 2020
12:55

This is the first lesson where we kick off our `simple_end_to_end` project walk-through. The project demonstrates what a very basic Full Stack Flutter product consists of, which is a frontend Flutter app and a backend Dart web service API. This video assumes you have Flutter installed already with a device emulator set up. If you don't have this set up, check out my videos for beginners at https://fluttercrashcourse.com/courses/juniordevs In this lesson, we will walk through the process creating our frontend Flutter app: - Using the `flutter_create` Dart library - Basic code structure walk-through Lesson source code: https://github.com/seenickcode/fullstackflutter/tree/03-simple-e2e-app-flutter-create Lesson notes: https://github.com/seenickcode/fullstackflutter/blob/03-simple-e2e-app-flutter-create/simple_end_to_end/app/README.md Resources: https://fluttercrashcourse.com/courses/juniordevs https://pub.dev/packages/flutter_create https://github.com/seenickcode/minimalist_flutter_template Disclaimer: I am neither an employee of Google or affiliated with Google in any way. All opinions expressed in my video are my own.

Download

0 formats

No download links available.

Full Stack Flutter: Creating Our App with flutter_create | NatokHD