Create dev portfolio w/ chatGPT - part 1

Опубликовано: 16 Март 2026
на канале: Ivo Fernandes
317
7

In this video, you'll start to learn how to create your very own Flutter package and publish it on pub.dev using the power of ChatGPT.

Not only is this a great way to expand your Flutter development skills, but it's also a fantastic opportunity to build your portfolio. By creating and publishing your own package on pub.dev, you can showcase your expertise and demonstrate your ability to work with Flutter to potential employers or clients.

Follow along as we copy and paste code from ChatGPT into Android Studio, step-by-step, to build a complete and functional Flutter package. We'll also show you how to run tests to ensure the package works as expected. So grab your computer and let's get started on building your Flutter portfolio today!

This is the first part will publish the next part next week.

00:00 Selecting a package to translate
02:49 Creating the flutter package boilerplate
07:34 Publish the boilerplate to git hub
09:26 Connect Package with the example application
17:07 Convert pluralize functions
23:47 ChatGPT Generated a null safety bug
26:40 Convert javascript to dart keeping comments
27:37 Create the automatic test for pluralize

Github of the package created during the video:
https://github.com/ivofernandes/plura...

List of npm packages
https://gist.github.com/anvaka/8e8fa5...