felipecastrosales / xlo

XLO Clone - Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚠️

This project has been discontinued. But maybe soon I'll do some updates and post the preconfigured project πŸ™ƒβ€


XLO

Topics πŸ“‹


About πŸ“–


Preview πŸ“±


Challenges and Learnings along the way 🀯

---

How to Use πŸ€”

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

- Clone this repository:
$ git clone https://github.com/felipecastrosales/xlo xlo

- Enter in directory:
$ cd xlo

- For install dependencies:
$ flutter pub get

- Run the app: 
$ flutter run

How to Contribute πŸ’ͺ

- Fork the project 

- Create a new branch with your changes:
$ git checkout -b my-feature

- Save your changes and create a commit message telling you what you did:
$ git commit -m "feature: My new feature"

- Submit your changes:
$ git push origin my-feature

License πŸ“

This repository is under MIT license. You can see the LICENSE file for more details. πŸ˜‰


This project was developed with ❀️ by @Felipe Sales, with the instructor Daniel Ciolfi, in the course "Creating Android and iOS Apps with Flutter - Create 16 Apps" on Udemy.
If it helped you, give ⭐, contribute, it will help me too πŸ˜‰


Linkedin Badge

About

XLO Clone - Project

License:MIT License


Languages

Language:Dart 98.3%Language:HTML 1.2%Language:Swift 0.3%Language:Kotlin 0.1%Language:Objective-C 0.0%