PGMacDesign / FlutterTesting

experimenting with the flutter sdk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter Testing V2

A new Flutter application with the purpose of being used to learn the framework and Dart language.

Getting Started

This project is an experiment with various Flutter Tutorials.

It will be a collection of tutorials, experiments, and code snippets pulled from the Tutorial and Info Links section

Tutorial and Info Links

  1. Build iOS & Android Apps w/ Google's Flutter & Dart

    This tutorial went through the basics of the Flutter platform. I used parts of it in the initial builds, but have replaced a good amount of it since then.

  2. Flutter Layouts. Linked from: here

    This is a collection of layouts and sample code pieces that gives a ton of info on how to use the Flutter UI. I will mostly copy this code over and go through it piece by piece to try and break things until I understand how they work. This is a great tutorial for learning how the various Flutter widgets work and can be created / augmented.

  3. Full Tutorial

    This tutorial went through the basics of the Flutter platform. I used parts of it in the initial builds, but have replaced a good amount of it since then.

  4. Flutter Networking

    TBD

  5. JSON Parsing

    TBD

  6. Nav Drawer Vs Bottom Nav Bar (Android v IOS)

    TBD

  7. How to create, publish, and manage Flutter Packages

    TBD

  8. In-App Notifications

    TBD

  9. Deep Links / Linking

    TBD

  10. Sample App in Github by Roshanrahman for creating Flutter Notes

    TBD

  11. Flutter Animations with MobX

    TBD

  12. Ant Icons

    TBD

  13. Level up Page Transition

    TBD

  14. Building an App using Streams

    TBD

  15. Reorderable List View

    TBD

  16. Flutter For Web

    TBD

  17. Semantics (Flutter Widget)

    TBD

  18. Flutter Navigation

    TBD

  19. Flutter Widgets of the Week

    Collections of Widgets of the week that are highlighted on the flutter dev youtube channel.

  20. Unblocking UI Thread with Computational Thread

    Utilizing different computational threads to unblock the main thread

  21. Creating 'Slowly' App UI with Flutter

    Clean looking UI from a guide; copying over for better understanding of how it works.

  22. Recreating Slack app’s on-boarding animation

    Animation logic and better understanding of how to reverse engineer other projects' elements.

  23. Manage Connectivity In Your Flutter App

    Managing internet connectivity

  24. Game Library App UI

    Recreating a clean game UI that mirrors what many professionals use

  25. Web App Tutorial

    Creating a web app using Flutter

  26. Flutter Crash Course

    TBD

  27. Fluter Plant Shop UI

    Clean UI sample for a plant shop.

  28. Hotel Booking UI

    TBD

  29. Flutter Desktop

    TBD

  30. Some new Widgets including a Unity One

    TBD

  31. 60 Days of Flutter Posts

    This is the last post in the 60 days of Flutter blog series. Definitely worth the read + tests.

  32. Real Estate App

    Clean looking app mimicking a native real estate app.

  33. Interactive Password Manager

    Interactive Password Manager with dynamic UI elements

  34. HTTP Requests

    TBD

  35. 22 Short Lessons To Become A Mobile Programmer Using Flutter Framework

    TBD

  36. Exploring Flutter camera plugin

    TBD

  37. Functional Flutter Error Handling

    TBD

  38. API and Networking

    API calls and networking

  39. TBD

    TBD

  40. TBD

    TBD

  41. TBD

    TBD

Misc Links

  1. Flutter Cookbook (Useful Samples)

About

experimenting with the flutter sdk


Languages

Language:Dart 98.7%Language:Swift 0.6%Language:Kotlin 0.6%Language:Objective-C 0.1%