Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Flutter Mobile App with Laravel API, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:02:00
    What You Will Learn in This Course?
  • Урок 2. 00:04:55
    First API Endpoint Call: Get Categories
  • Урок 3. 00:02:51
    RouteServiceProvider and /api Prefix Explained
  • Урок 4. 00:04:01
    Eloquent API Resource and Data Wrapping
  • Урок 5. 00:03:11
    Show() with RouteModelBinding and Route::apiResource
  • Урок 6. 00:04:33
    404 page: Accept application/json and Override Error Message
  • Урок 7. 00:04:54
    Store Category: FormRequest Validation, 201 and 422 Codes
  • Урок 8. 00:03:16
    Update/Delete Category and 204 Code
  • Урок 9. 00:06:29
    Get Transactions: Resource with Money/Date Transformation
  • Урок 10. 00:05:36
    Manage Transactions with Eloquent Mutators
  • Урок 11. 00:06:25
    General Sanctum Auth: Get/Use Tokens
  • Урок 12. 00:07:07
    Proper Auth Controller: Login, Register: Logout
  • Урок 13. 00:05:32
    Multi-Tenancy: Automatically Adding User ID to New Records
  • Урок 14. 00:04:01
    Multi-Tenancy: Show Only User's Categories/Transactions
  • Урок 15. 00:03:08
    Multi-Tenancy: Security from Managing Other User's Data
  • Урок 16. 00:07:03
    Install Flutter and Launch First App
  • Урок 17. 00:09:22
    Your First App in Flutter: Default One VS Understandable One
  • Урок 18. 00:08:37
    Login Form: Adding TextFields and ElevatedButton
  • Урок 19. 00:07:08
    Login Form Styling: Paddings, Cards and Containers
  • Урок 20. 00:09:22
    Navigation: Links between Login and Register Screens
  • Урок 21. 00:10:17
    Variables, Lists, and First Stateful Widget
  • Урок 22. 00:02:58
    Back to the Default main.dart: Now You Understand?
  • Урок 23. 00:16:45
    Get Categories from API into ListView: http, Future, await/async
  • Урок 24. 00:13:02
    Edit Category: Forms, TextFormFields and HTTP Headers
  • Урок 25. 00:13:43
    Cleanup: Files, Folders, and API Error Handling
  • Урок 26. 00:12:26
    Refresh Data Between Widgets with Providers
  • Урок 27. 00:07:09
    Delete Category with Confirmation Dialog
  • Урок 28. 00:05:13
    Add Category with Floating Button
  • Урок 29. 00:13:44
    User Register with API
  • Урок 30. 00:07:37
    Device Info and Login
  • Урок 31. 00:10:15
    Using Token for API Requests
  • Урок 32. 00:06:17
    Home with Bottom Navigation and Logout
  • Урок 33. 00:04:59
    Save Token on Device
  • Урок 34. 00:15:19
    Manage Transactions: Copy-Paste from Categories with a Few New Widgets