LoritoTiago / awesome_place_search

The awesome_place_search package is a Flutter library that provides a user interface for searching places using the Google Places API. With this package, you can easily implement a location search bar that shows suggestions as the user types.
MIT License
6 stars 7 forks source link

Feature/format #14

Closed marcoedomingos closed 1 year ago

marcoedomingos commented 1 year ago

The points changed in this PR were:

I'm open to discuss all these points.

marcoedomingos commented 1 year ago

@LoritoTiago ??

LoritoTiago commented 1 year ago

@LoritoTiago ??

Hi bro, how is it going ?

marcoedomingos commented 1 year ago

Fine bro, and on your side?

LoritoTiago commented 1 year ago

Now, I'm reviewing the pull request, there was some conflict, but I'll fix it

However, Thanks so much for taking your time to add value to our project bro

LoritoTiago commented 1 year ago

Fine bro, and on your side?

Great bro

marcoedomingos commented 1 year ago

Now, I'm reviewing the pull request, there was some conflict, but I'll fix it

However, Thanks so much for taking your time to add value to our project bro

It was a pleasure, waiting for the merge.

LoritoTiago commented 1 year ago

The conflict is very complex, to solve this you most be:

Sync fork

1- sync fork

Captura de ecrã 2023-05-01, às 09 53 16

Get all remote changes

2- in local repository pull on the remote repository

git pull origin main

Merge remote main to feature/format

git merge feature/format

4 Solve conflict

5 push feature/format

after those steps I'll merge the pull request

marcoedomingos commented 1 year ago

Done @LoritoTiago

LoritoTiago commented 1 year ago

Done @LoritoTiago

Perfect bro, I'll merged