Skip to content

Commit f6c0c42

Browse files
kavya packtkavya packt
kavya packt
authored and
kavya packt
committed
Files Updated
1 parent 12fa724 commit f6c0c42

File tree

158 files changed

+73
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+73
-0
lines changed
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Useful Resources & Links
2+
3+
Official Flutter Docs: https://flutter.io/docs/
4+
macOS Setup Guide: https://flutter.io/setup-macos
5+
Windows Setup Guide: https://flutter.io/setup-windows
6+
Windows SDK Download: https://flutter.dev/docs/development/tools/sdk/releases?tab=windows
7+
Linux Setup Guide: https://flutter.io/setup-linux
8+
Visual Studio Code: https://code.visualstudio.com/
9+
Visual Studio Code Flutter Extension: https://marketplace.visualstudio.com/items?itemName=Dart-Code.flutter
10+
Android Studio: https://developer.android.com/studio/
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
The following resources might be helpful:
2+
3+
More on JSON Web Tokens - the Tokens we’re using here: http://jwt.io
4+
Firebase Auth REST API: https://firebase.google.com/docs/reference/rest/auth

Section 11/auth-02-signup.zip

-13.8 KB
Binary file not shown.
169 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
The following resources might be helpful:
2+
3+
Official Animation Docs: https://flutter.dev/docs/development/ui/animations
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
The following resources might be helpful:
2+
3+
Image Picker Package: https://pub.dev/packages/image_picker
4+
Location Package: https://pub.dev/packages/location
5+
Path Provider Package: https://pub.dev/packages/path_provider
6+
Path Package: https://pub.dev/packages/path
7+
Google Maps Package: https://pub.dev/packages/google_maps_flutter
8+
SQFLite Package: https://pub.dev/packages/sqflite
39.4 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
The following resources might be helpful:
2+
3+
Writing Custom Native Code (Official Docs): https://flutter.dev/docs/development/platform-integration/platform-channels
39.6 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Useful Resources & Links
2+
Official Docs for Android Publishing: https://flutter.dev/docs/deployment/android
3+
Official Docs for iOS Publishing: https://flutter.dev/docs/deployment/ios
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Useful Resources & Links
2+
Official Docs for Android Publishing: https://flutter.dev/docs/deployment/android
3+
Official Docs for iOS Publishing: https://flutter.dev/docs/deployment/ios

Section 17/app-dev-blueprint.pdf

85.3 KB
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
The following resources might be helpful:
2+
3+
Official Docs: https://flutter.dev/docs
4+
Widget Catalog: https://flutter.dev/docs/development/ui/widgets
5+
Dart Docs: https://dart.dev/guides/language/language-tour
6+
“Introduction to Widgets” - Official Docs: https://flutter.dev/docs/development/ui/widgets-intro
Binary file not shown.

Section 2/Section 2 Quiz.pdf

149 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.

Section 2/dart-basics-summary.pdf

103 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.

Section 2/flutter-basics-summary.pdf

67.7 KB
Binary file not shown.
38.9 KB
Binary file not shown.
File renamed without changes.
5.05 KB
Binary file not shown.
6.98 KB
Binary file not shown.
52.4 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
The following resources might be helpful:
2+
3+
Official Debugging Docs: https://flutter.dev/docs/testing/debugging
4+
Dart Dev Tools: https://flutter.github.io/devtools/
File renamed without changes.

Section 4/Section 4 Quiz.pdf

122 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Section 4/real-apps-18-finished.zip

381 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
The following resources might be helpful:
2+
3+
More on MediaQuery & Responsive Layouts: https://api.flutter.dev/flutter/widgets/MediaQuery-class.html & https://stackoverflow.com/questions/49704497/how-to-make-flutter-app-responsive-according-to-different-screen-size?rq=1
4+
5+
More on LayoutBuilder: https://api.flutter.dev/flutter/widgets/LayoutBuilder-class.html
6+
7+
All Cupertino Widgets: https://flutter.dev/docs/development/ui/widgets/cupertino

Section 5/Section 5 Quiz.pdf

107 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
The following resources might be helpful:
2+
3+
Official Flutter Widget Intro + Deep Dive:
4+
Part 1 (Stateless Widgets): https://www.youtube.com/watch?v=wE7khGHVkYY
5+
Part 2 (Stateful Widgets, Widget Tree, Element Tree): https://www.youtube.com/watch?v=AqCMFXEmf3w
6+
Part 3 (Inherited Widget/ Context): https://www.youtube.com/watch?v=Zbm3hjPjQMk
7+
Part 4 (Keys): https://www.youtube.com/watch?v=kn0EOS-ZiIc
8+
App Lifecycle: https://medium.com/pharos-production/flutter-app-lifecycle-4b0ab4a4211a

Section 6/Section 6 Quiz.pdf

109 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
385 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
The following resources might be helpful:
2+
3+
Official Navigation Docs: https://flutter.dev/docs/development/ui/navigation
4+
Named Routes + Arguments: https://flutter.dev/docs/cookbook/navigation/navigate-with-arguments

Section 7/Section 7 Quiz.pdf

130 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
The following resources might be helpful:
2+
3+
Official Provider Docs/ Repo: https://pub.dev/packages/provider
4+
Official State Management Docs: https://flutter.dev/docs/development/data-and-backend/state-mgmt/intro

Section 8/Section 8 Quiz.pdf

158 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.

Section 8/nav-14-finished.zip

621 KB
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
172 KB
Binary file not shown.
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
The following resources might be helpful:
2+
3+
Official Input & Forms Docs: https://flutter.dev/docs/cookbook#forms
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
The following resources might be helpful:
2+
3+
More on Sending Http Requests: https://flutter.dev/docs/cookbook/networking/fetch-data

section 10/Section 10 Quiz.pdf

111 KB
Binary file not shown.
177 KB
Binary file not shown.

section 10/http-10-finished.zip

175 KB
Binary file not shown.

0 commit comments

Comments
 (0)