Oreilly - Learn Flutter and Dart to Build iOS and Android Apps - 9781789951998
Oreilly - Learn Flutter and Dart to Build iOS and Android Apps
by Maximilian Schwarzmüller | Publisher: Packt Publishing | Release Date: November 2018 | ISBN: 9781789951998


A complete guide to the Flutter SDK and Flutter framework to build native iOS and Android appsAbout This VideoBuild engaging native mobile apps for both Android and iOSUse features such as Google Maps, the device camera, authentication, and much more!In DetailYou don't need to learn Android/ Java and iOS/ Swift to build real native mobile apps! Flutter—a framework developed by Google—allows you to learn one language (Dart) and build beautiful native mobile apps in no time. Flutter is a SDK that provides the tooling to compile Dart code into native code, and it also gives you a rich set of pre-built and pre-styled UI elements (so called widgets) you can use to compose your user interfaces. Flutter is trending, and gets used for major Google apps such as Adwords. It's now marked as "ready for production" so now is the time to jump in and learn it!This course will teach you Flutter and Dart from scratch. With Flutter, you'll be able to write code only once and ship your apps both to the Apple AppStore and Google Play. Use Google's Material Design to build beautiful yet fully customizable apps in no time with almost zero effort. You can use the rich widget suite Flutter provides to add common UI elements such as buttons, switches, forms, toolbars, lists, and more—or simply build your own widgets—Flutter makes that a breeze too. You're interested in building real native mobile apps for the two most popular mobile platforms - iOS and Android. You want to explore the full set of features Flutter offers. Don't want to spend hours learning two completely different languagesAll the code and supporting files for this course are available at: https://github.com/PacktPublishing/Learn-Flutter-and-Dart-to-Build-iOS-and-Android-AppsDownloading the example code for this course: You can download the example code files for all Packt video courses you have purchased from your account at http://www.PacktPub.com. If you purchased this course elsewhere, you can visit http://www.PacktPub.com/support and register to have the files e-mailed directly to you.
  1. Chapter 1 : Introduction
    • Introduction 00:02:45
    • What is Flutter? 00:02:59
    • Understanding the Flutter Architecture 00:03:43
    • Flutter MacOS Setup 00:18:50
    • MacOS Development Environment 00:04:08
    • Flutter Windows Setup 00:19:16
    • Windows Development Environment 00:03:45
    • Flutter Alternatives 00:03:12
    • Flutter & Material Design 00:01:25
    • Flutter is Under Active Development! 00:02:08
    • Course Outline 00:04:17
    • How to Get the Most Out Of the Course 00:01:26
  2. Chapter 2 : Diving Into the Basics & Understanding Widgets
    • Module Introduction 00:01:15
    • Creating a New Flutter Project 00:04:18
    • Exploring the Default Project Structure 00:02:20
    • Diving Into the "main.dart" File 00:02:32
    • Widgets in Flutter – Theory 00:02:07
    • Creating a Widget 00:04:56
    • Adding the "Build" Method 00:04:06
    • Adding the Scaffold 00:06:35
    • Diving Deeper Into the Syntax 00:06:06
    • Adding Cards & Images 00:06:52
    • Diving Into the Official Docs 00:01:57
    • Adding a Button 00:03:57
    • Creating a Stateful Widget 00:05:27
    • Managing Data inside Stateful Widgets 00:05:12
    • Adding the Stateful Widget & Lists 00:03:32
    • Splitting our Code Up 00:06:39
    • Creating the "Product Manager" Widget 00:05:49
    • Passing Data to Stateful Widgets 00:07:03
    • Understanding Lifecycle Hooks 00:09:36
    • Diving Into Google's Material Design 00:04:46
    • Understanding Additional Dart Features 00:05:45
    • Passing Data Up 00:08:53
    • Understanding "const" & "final" 00:06:06
    • Wrap Up 00:05:17
  3. Chapter 3 : Debugging Flutter Apps
    • Module Introduction 00:00:40
    • Fixing Syntax Errors 00:04:40
    • Understanding Runtime Errors & Runtime Messages 00:04:17
    • Dealing with Logical Errors 00:03:46
    • Using Breakpoints 00:04:53
    • Debugging the User Interface 00:04:08
    • More about Visual Helpers 00:02:28
    • Wrap Up 00:03:06
  4. Chapter 4 : Running the App on Different Devices
    • Testing Devices 00:01:19
    • How to Start the App 00:02:41
    • Testing a Real Android Device 00:01:55
    • Using the iOS Emulator & a Real Device 00:06:08
    • Using the Native IDE Consoles 00:01:46
  5. Chapter 5 : Working with Lists & Conditionals
    • Module Introduction 00:00:57
    • Creating Scrollable Lists with "ListView" 00:04:26
    • Optimizing the List Loading Behaviour 00:06:46
    • Rendering Content Conditionally 00:05:14
    • Alternative Approaches to Render Content Conditionally 00:05:39
    • One Important Gotcha 00:01:48
    • Wrap Up 00:01:53
  6. Chapter 6 : Navigation
    • Module Introduction 00:01:08
    • Adding Multiple Pages to our App 00:03:40
    • Adding Buttons 00:03:15
    • Implementing a Basic Navigation 00:07:33
    • Improving the Look of the Product Page 00:04:54
    • Passing Data around ("Pushing" the Page) 00:08:13
    • Passing Information Back ("Popping" the Page) 00:07:09
    • Adding Reactions upon Button Pressing 00:06:06
    • Adding the Basic Authentication Page & Replacing Routes 00:04:41
    • Adding the Sidedrawer & the Hamburger Icon 00:04:21
    • Understanding Stack Based Navigation 00:01:40
    • Adding Tabs 00:07:25
    • Finishing the Tab Navigation 00:01:39
    • Adding Named Routes 00:05:51
    • Parsing Route Data Manually 00:06:39
    • Lifting State Up 00:06:34
    • Using the Named Routes 00:04:50
    • Working with "onUnknownRoute" as Fallback 00:02:58
    • Adding Alert Dialogs 00:06:25
    • Showing a Modal 00:02:53
    • Wrap Up 00:03:45
  7. Chapter 7 : Handling User Input
    • Module Introduction 00:00:53
    • Saving User Input 00:07:11
    • Configuring Text Fields 00:03:45
    • Styling Text Fields 00:04:23
    • Fixing a Bug & Adding a Button 00:03:06
    • Using our Form to Create a New Product 00:09:24
    • Improving the Style of our Form 00:04:13
    • Fixing a Tiny "Error" 00:01:37
    • Adding a Switch 00:04:44
    • Wrap Up 00:01:43
  8. Chapter 8 : Diving Deeper Into Widgets
    • Module Introduction 00:00:55
    • Exploring the Widget Catalogue 00:03:49
    • There's More Than One Widget for the Job 00:08:46
    • Working with Text & Fonts 00:06:48
    • Working with Rows 00:06:33
    • Decorating Boxes & Styling a Price Tag 00:07:58
    • Setting Borders 00:06:30
    • Understanding "Expanded" & "Flexible" 00:08:51
    • Adding a Background Image 00:08:01
    • Centering Input Fields 00:04:04
    • Adding Icons to our Sidemenu 00:03:43
    • Adding Icon Buttons 00:05:18
    • Outsourcing Code into Separate Widgets 00:05:40
    • Refactoring our Code 00:04:17
    • Creating a Standardized Tile Widget 00:04:44
    • Adding Separate Methods for Specific Widgets 00:04:22
    • Optimizing our Project 00:07:01
    • Responsive Design Problems 00:03:04
    • Adding Media Queries 00:06:37
    • Understanding Media Queries with ListView 00:03:11
    • Working with Themes 00:03:36
    • Listening to Touch Events with the Gesture Detector 00:03:08
    • Wrap Up 00:03:55
  9. Chapter 9 : Working with Forms
    • Module Introduction 00:00:57
    • Using the Form Widget 00:07:25
    • Adding Form Validation 00:06:10
    • Advanced Validation 00:04:14
    • Closing the Keyboard 00:03:17
    • Submitting Data 00:04:07
    • Outputting Lists of Products 00:06:06
    • Re-Using the Product Create Form 00:04:16
    • Setting Initial Values 00:05:39
    • Updating Products 00:05:18
    • Ensuring Input Visibility 00:07:33
    • Wrap Up 00:01:33
  10. Chapter 10 : Improving the App
    • Module Introduction 00:00:41
    • Improving the List Tile 00:04:42
    • Adding the Dismissible Widget 00:04:48
    • Deleting Products upon Swipe 00:05:12
    • Restructuring the Code & Wrap Up 00:04:06
  11. Chapter 11 : Models & State Management
    • Module Introduction 00:00:43
    • What can be improved? 00:02:45
    • Adding a Product Model 00:12:03
    • Creating a Scoped Model 00:09:29
    • Connecting the Scoped Model 00:11:00
    • Providing the Scoped Model 00:05:20
    • Viewing Single Products 00:05:31
    • Editing & Deleting Products with the Scoped Model 00:17:19
    • Finishing the Product Model 00:02:48
    • A Note on Immutability 00:03:48
    • Creating the Toggle Favorite Method 00:05:41
    • Working on the Favorite Feature 00:04:42
    • Adding "notifylisteners" 00:03:38
    • Finishing the Favorite Feature 00:09:39
    • Adding a User Model 00:05:43
    • Using Mixins to Merge Models 00:05:49
    • Logging in with the Main & the User Model 00:03:04
    • Connecting Models & Sharing Data 00:14:43
    • Improving the Code & Fixing an Error 00:08:57
    • Wrap Up 00:04:35
  12. Chapter 12 : Flutter & HTTP
    • Module Introduction 00:01:43
    • Understanding the Backend Setup 00:03:22
    • Sending a POST Request 00:09:48
    • Using the Response 00:06:22
    • Getting Data From a Server 00:05:36
    • Transforming & Extracting Response Data 00:11:01
    • Displaying a Loading Spinner 00:07:58
    • Finishing the Loading Spinner 00:08:11
    • Updating Products 00:10:53
    • Deleting Products 00:05:16
    • Using Pull to Refresh 00:03:59
    • Adding "fadein" to the Image Placeholder 00:04:12
    • Adjusting the Scoped Model & the Selected Product 00:18:25
    • Fixing the Product Selection 00:01:46
    • Handling Error Responses 00:07:33
    • Generic Error Handling 00:04:17
    • Adding "async" "await" 00:05:02
    • Improving our Code 00:04:23
    • Wrap Up 00:02:46
  13. Chapter 13 : Authentication
    • Module Introduction 00:00:53
    • How Authentication Works 00:03:56
    • Adding a "Confirm Password" Textfield 00:10:45
    • Implementing the Signup Functionality 00:12:08
    • Handling Errors 00:08:20
    • Adding a Spinner Whilst Signing Up 00:02:14
    • Adding the Signin Functionality 00:07:11
    • Refactoring our Code 00:05:15
    • Authenticating Requests with Tokens 00:09:10
    • Storing the Token on the Device 00:07:21
    • Signing Users In Automatically 00:05:30
    • Adding a Logout Button 00:08:05
    • Adding Autologout 00:11:05
    • Route Protection & Redirection 00:14:53
    • Fixing the Manual Logout 00:02:18
    • Time for a Quick Recap Regarding our Code Structure 00:05:02
    • Adding Optimistic Updating to Store the Favorite Status 00:10:00
    • Fetching the Favorite Status 00:05:16
    • Allow Editing for own Posts Only 00:06:48
    • Wrap Up 00:03:35
  14. Chapter 14 : Adding Google Maps to our App
    • Module Introduction 00:00:58
    • Unlocking the Required APIs 00:05:38
    • Requesting Permissions 00:07:26
    • Preparing our Text Form Field 00:08:00
    • Adding a Static Dummy Map 00:09:05
    • Sending a Request to Convert an Address to Coordinates 00:09:05
    • Adding Geocoding & Maps with Real Coordinates 00:05:12
    • Working on the Map Control 00:05:30
    • Storing Location Data in the Database 00:05:53
    • Fixing a Bug 00:01:54
    • Loading Location Data from the Backend 00:07:26
    • Updating an Existing Product's Position 00:14:08
    • Adding the Update Method for the Location 00:02:15
    • Adding the Location Package 00:03:32
    • Getting the User Location 00:14:47
    • Preventing Memory Leaks 00:03:11
    • Displaying the Address 00:01:46
    • Showing a Fullscreen Map 00:11:12
    • Wrap Up 00:03:08
  15. Chapter 15 : Accessing the Device Camera
    • Module Introduction 00:00:55
    • Adding an Image Picker Button 00:08:53
    • Adding the "Use Camera" & "Gallery" Buttons 00:07:33
    • Connecting the "Choose" Buttons to the Image Picker 00:07:53
    • Adding an Image Preview 00:05:12
    • Adding Text Editing Controllers 00:04:33
    • Setting Up Firebase Cloud Functions 00:07:03
    • Adding Server Side Code 00:08:58
    • Reading Incoming Files & Fields 00:07:54
    • Storing Data and Move it to a Temporary Storage 00:14:12
    • Deploying our Firebase Cloud Function 00:06:31
    • Configuring the Upload Request 00:09:38
    • Setting Headers to Add the Token 00:07:54
    • Fixing an Error 00:03:31
    • Fetching & Using Images 00:03:40
    • Previewing & Editing the Image 00:06:26
    • Adding the Image Upload Flow 00:06:06
    • Deleting Images When Deleting a Product 00:06:45
    • Wrap Up 00:02:04
  16. Chapter 16 : Adding Animations to our Project
    • Module Introduction 00:00:53
    • Adding Floating Action Buttons (FABs) 00:10:48
    • Adding Functionality to our Favorite Button 00:05:40
    • Working on the Contact Button 00:04:43
    • Animating the Contact Icon 00:09:41
    • Animating the Favorite Icon 00:02:02
    • Animating the Options Button 00:05:32
    • Fading the Password Field In & Out 00:08:40
    • Sliding the Password Field In & Out 00:05:44
    • Adding Hero Widgets 00:03:12
    • Adding the Sliver Effect 00:05:55
    • Adding Route Transitions 00:07:15
    • Wrap Up 00:02:29
  17. Chapter 17 : Polishing & Bugfixing
    • Module Introduction 00:00:27
    • Fixing an Autologout Bug 00:01:54
    • Fixing the Price Input in Landscape Mode 00:09:42
    • Fixing the Filtered Product Index 00:01:51
    • Fixing the Product Title Style & the Favorite Product Selection 00:08:19
    • Clearing All Products Before Fetching 00:02:09
    • Testing the iPhone & Fixing the Product Reset Logic 00:04:48
    • Adding Space on the Product Card 00:01:02
    • Using Flutter Analyze 00:02:05
    • Possible Code Restructurings 00:02:18
    • Managing Global Values 00:03:00
    • Testing the App on an Android Device 00:02:20
    • Testing the App on an iPhone & fixing the European Decimal Comma 00:06:22
  18. Chapter 18 : Running Platform Specific Code
    • Module Introduction 00:00:58
    • Understanding Material Design & Cupertino 00:03:09
    • Detecting the Platform 00:04:41
    • Using Platform Specific Widgets 00:03:11
    • Adding a Platform Specific Theme 00:06:33
    • When Should we Use Platform Specific Themes? 00:01:06
    • Wrap Up 00:02:16
  19. Chapter 19 : Adding Native Code to our Flutter App
    • Module Introduction 00:01:56
    • Understanding the Communication Between Flutter & Native Code 00:06:20
    • Writing Native Android Code 00:10:19
    • Running Native Android Code 00:05:16
    • Writing Native iOS Code 00:05:38
    • Running Native iOS Code 00:05:48
  20. Chapter 20 : Publishing our App to the Google Play & the App Store
    • Module Introduction 00:01:03
    • Finalizing our Code 00:01:51
    • Restricting API Keys 00:02:44
    • Installing Flutter Launch Icons 00:05:25
    • Adding a Splash Screen 00:05:45
    • Adjusting the App Name 00:02:15
    • Deploying the Android App 00:10:57
    • Deploying the iOS App 00:12:32
  21. Chapter 21 : Roundup
    • Course Roundup 00:02:38
  22. Oreilly - Learn Flutter and Dart to Build iOS and Android Apps

    9781789951998.Learn.Flutter.and.Dart.to.Build.iOS.and.Android.Apps.part1.OR.rar

    9781789951998.Learn.Flutter.and.Dart.to.Build.iOS.and.Android.Apps.part2.OR.rar


 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Coktum   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss