Introduction into Packages & Plugins - Overview over pub.dev and the packages system

preview_player
Показать описание


#Packages #Plugins #pubdev

⭐️⭐️ Timeline ⭐️⭐️
00:00 Introduction
00:30 What is a package

02:19 Dependency vs Dev Dependency
03:39 Packages vs Plugins

04:55 Flutter Favorite Program

06:13 Last sections on the Homepage
06:42 The perfect package for our use case
07:28 Pub Points
08:19 Additional criteria for your package

09:40 Downside of packages
** New Mentorship Program to boost your Flutter career **

***BOOKS I RECOMMEND***

** YOUTUBE OPTIMIZATION PLUG-INS I USE **

**ALL THE YOUTUBE EQUIPMENT I USE**:
Our current YouTube gear

🎉 ACCESSORIES:

** Social Medias **

Say hi to Max

Say hi to Mahtab
Рекомендации по теме
Комментарии
Автор

Hi there and thank you for watching my video, I hope you learned today how to work with packages, and you can distinguish a package from a plugin. If you have any questions, please feel free to ask them, and I happily answer them for you.

FlutterExplained
Автор

I really lean a lot especially as a beginner. Excellent job, well done

rafikabubakari
Автор

Iam always using Url launcher, http, shared preference

Techst
Автор

Can anyone help me in my flutter project

ajithbabu
Автор

Please make a tutorial on-camera video real-time streaming with flutter

amazingvidz
Автор

So, how? How do you use packages? In over 12 minutes of teasing, why not show an example package being used? Which of the two sections of pubspec.yaml is a pubspec package reference placed? What is the syntax for the reference? Does tabbing impact the syntax? Where is the pubspec.yaml file located, inasmuch as it does NOT appear in the project hierarchy of the Android Studio IDE. Why keep these things secret, without so much as a link to another video if somehow the subject of packages is out of scope for this video?

averystablegenius
Автор

i am beginner in flutter my flutter doctor show (
C:\Users\SHRADHA>flutter doctor
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 2.0.5, on Microsoft Windows [Version 10.0.16299.125], locale en-IN)
[√] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
[√] Chrome - develop for the web
[√] Android Studio (version 4.1.0)
[√] VS Code (version 1.55.2)
[√] Connected device (2 available)

• No issues found!

C:\Users\SHRADHA>
)

still after creating a new flutter application in android studio or visual code this problem show {
Launching lib\main.dart on Samsung Galaxy S6, 6 0 0, API 23, 1440x2560 in debug mode...
Running Gradle task 'assembleDebug'...

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring root project 'android'.
> Failed to create Jar file

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.


BUILD FAILED in 39s
Exception: Gradle task assembleDebug failed with exit code 1
}

this error show last 15 day . please help me to solve this error

sradhawebcreations