Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating with a top README #14

Merged
merged 1 commit into from
Feb 16, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 33 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<p align="center">
<img src="" width="" alt=""/>
<img src="assets/fu.png" width="10%" alt="FLUdemy Logo"/>
</p>

<h1 align="center">fludemy</h1>
<h1 align="center"><a href="https://fludemy.web.app/#/" target="_blank">FLUdemy 🤓</a></h1>

<h2 align="center">Topics 📋</h2>

Expand All @@ -20,26 +20,54 @@
---

<h2 align="center">About 📖</h2>


<p align="center">
A simple and awesome Udemy Clone made with Flutter, using sensational Responsiveness Techniques.<br>
A clone made for study and learning, and I'm sure I acquired too much in this project.<br>
If you want to learn how to do a similar one, access the course: <a href="https://www.udemy.com/course/responsividade-flutter/" target="_blank">Responsiveness in the Flutter | Mobile, Tablet, Web e Desktop</a>, of which I am a teaching instructor! I hope you enjoy!
</p>

---

<h2 align="center">Preview 📱</h2>

<p align="center">

> * I don't put a cool gif example (at least until now), because the gif I produced was bigger than the 10MB allowed by GitHub. But you can try it live!

> * See in best quality:
> * <a href="https://fludemy.web.app/#/" target="_blank">LIVE ON Firebase Hosting</a>
> * <a href="https://drive.google.com/file/d/1ptdK-GAn1G9cjhIjjXbB2XWu6lur0_-8/view?usp=sharing" target="_blank">GIF</a>
> * <a href="https://drive.google.com/file/d/11jn3zDWQ27NXAj4l06voQAxYHUafXde5/view?usp=sharing" target="_blank">MP4</a>

---

<h2 align="center">Functionalities 🛠️</h2>

- With just one code you can generate applications for:
- Mobile 📱
- Tablets 📱
- Web 💻
- Desktop 🖥️

- With this project, you can see a simple and practical example of how it works 😏

---

<h2 align="center">Challenges and Learnings along the way 🤯</h2>

<p>
This was my first experience generating such an application with Flutter, with Total Responsiveness, adapting to all types of screens possible, using the super amazing DevicePreview package, among others experiencies that I contained, it was sensational!<br>
Another challenge I had was to host, and I decided to do this with <a href="https://firebase.google.com/docs/hosting/" target="_blank">Firebase Hosting</a>, which is very simple and practical to do. But for me, I had some extra problems, which took me hours and hours to understand, solve, and reach a final conclusion. In the end, luckily and as expected, everything went well!<br>
It's a simple and basic, but I learned a lot about Responsiveness!!! 📱💻🖥
</p>

---

<h2 align="center">How to Use 🤔</h2>

```
First of all, correctly configure the Flutter Web development environment on your machine, see https://flutter.dev/docs/get-started/install
First of all, correctly configure the Flutter Web development environment on your machine, see https://flutter.dev/web

- Clone this repository:
$ git clone https://github.com/felipecastrosales/fludemy fludemy
Expand Down Expand Up @@ -73,7 +101,7 @@

---

>This project was developed with ❤️ by **[@Felipe Sales](https://www.linkedin.com/in/felipecastrosales/)**, with the instructor **[Daniel Ciolfi](https://linkedin.com/in/danielciolfi)**, in the course **["Responsividade no Flutter | Mobile, Tablet, Web e Desktop"](https://www.udemy.com/course/curso-completo-flutter-app-android-ios)** on **[Udemy](https://www.udemy.com/)**.<br>
>This project was developed with ❤️ by **[@Felipe Sales](https://www.linkedin.com/in/felipecastrosales/)**, with the instructor **[@Daniel Ciolfi](https://linkedin.com/in/danielciolfi)**, in the course **["Responsividade no Flutter | Mobile, Tablet, Web e Desktop"](https://www.udemy.com/course/responsividade-flutter/)** on **[Udemy](https://www.udemy.com/)**.<br>
If it helped you, give ⭐, contribute, it will help me too 😉

---
Expand Down