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

Feat/map provider service #608

Merged
merged 8 commits into from
Jul 27, 2022
Merged

Feat/map provider service #608

merged 8 commits into from
Jul 27, 2022

Conversation

GustavoTCh
Copy link
Collaborator

Features:

  • Remove GoogleMaps of TrufiCore
  • Improve ITrufiMapProvider
  • Create a default LeafletMapCollection (mapChooseLocationProvider, mapRouteProvider and mapTransportProvider)

@GustavoTCh GustavoTCh merged commit 3052f52 into develop Jul 27, 2022
@GustavoTCh GustavoTCh deleted the feat/map-provider-service branch July 27, 2022 01:21
SamuelRioTz added a commit that referenced this pull request Oct 1, 2022
* README: Fix logo, add links to YeneGuzo, adapt copyright year (#606)

* Fix Typos in constants / classes: Leaflet Map (#603)

* Feat/map provider service (#608)

* [Feature] remove GoogleMaps

* [Fix] resolved initHiveForFlutter

* [Feature] update pubspec.lock autogenerate files

* [Feature] update ext.kotlin_version lastest

* [Feature] update ios autogenerate files

* [Feat] param trufiMapProvider in default values

* [Fix] expanded ui map

* [Cleanup] ignore: deprecated_member_use for lunch

* [Feat] add versions to readme in Example (#625)

* Feat/Trufi-Core 3.2.0 stable (#629)

* [Fixed] CertificatedLetsencrypt android <= 7.1.1

* [feature] unusing certified ssl in web

* [Feature] config uni-link

* [Feature] share route button

* [Feature] share itinerary

* [Feature] use correct route

* [Feature] add google_maps_flutter ^2.1.4 package

* [Faeture] support widget marker in googleMaps

* [Feature] support other maps providers

* [Refactor] remove double cacheTileProvider

* [Feature] implement google and leaflet map route

* [Feature] implement leaflet=google map transport

* [Feat] implement leaflet=google map chooseLocation

* [Feature] use MapProviders in TrufiCore

* [Cleanup] remove un used files

* [Feature] using TrufiLatLng in all code

* [Refactor] move map buttons

* [feature] move marker configuration

* [Feature] update package to version: 3.1.0

* [Feature] correct size yourlocation in google map

* [Feature] add method to trufiLatLng

* [Feature] update version

* [Feature] update name Microbus

* [Feature] improve ui

* [Feature] create abstracts class for maps

* [Feature] hide share buttons

* [Fixed] use correct server

* [Feature] onReady map in leaflet

* [FIxed] clean lint

* [Feature] use minSdkVersion default

* [Feat] update feedbackTitle

* [Feat] add whatsappIcon

* [Feat] add bottomPaddingButtons in leaftle map

* [Feature] autogenerate files

* [Feat] update maps

* [Feature] remove google map

* [Feature] clean value

* [Feature] comment ios 9.0

* [Feature] refactor code

* [Cleanup] fix linter

* [Feature] add CertificatedLetsencryptAndroid

* [Feature] parameterize share base uri

* [Feature] configure shareBaseUri for example

* [Feature] update version to  trufi-core _v3.2.0

* [Feature] configure url_launcher ios

* [Fixed] resolve error in package device_info_plus

* [Feat] parameterize RequestPlanService in blocProviders

* [Fix] use correct routeColor

* [Fix] remove duplication MapRouteCubit

* [Fix] error code color

* [Fix] correct color leaftlet map route

* [Fix] resolve overFlowed when per > 1

* [Feat] Create AppUniqueId for session

* [Feat] Add UniqueAppId in Requests and Queries

* [Cleanup] Remove unused code

* #604 Ensure Compatibility with Flutter v3 (TrufiMenuItem, Bump share_plus) (#627)

* menu_item.dart was renamed to trufi_menu_item.dart as well as the contained class (MenuItem->TrufiMenuItem).

* import last recent version of share_plus to fix build errors

The example now builds with Flutter 3

* Feat/migration flutter 3.3.2 (#634)

* feat(trufi-core)!: Migrated flutter files to v3.3.2

* [Feat] updated packages to lastest version

* [Refactor] Updated sintaxis waring for  Flutter v3.3.2

* [Refactor] Updated sintaxis for FlutterMap_v3.0.0

* [Refactor] updated configure dependencies

* adding migration (#635)

Co-authored-by: Gustavo T <tgustavoch@gmail.com>

* fix flutter version (#637)

Co-authored-by: Gustavo T <tgustavoch@gmail.com>

* Fix/analyze issue (#638)

* fix flutter version

* adding fix

Co-authored-by: Gustavo T <tgustavoch@gmail.com>

Co-authored-by: Alexander Menk <alex@addismap.com>
Co-authored-by: Gustavo T <tgustavoch@gmail.com>
@SamuelRioTz SamuelRioTz mentioned this pull request Oct 1, 2022
SamuelRioTz added a commit that referenced this pull request Oct 1, 2022
* README: Fix logo, add links to YeneGuzo, adapt copyright year (#606)

* Fix Typos in constants / classes: Leaflet Map (#603)

* Feat/map provider service (#608)

* [Feature] remove GoogleMaps

* [Fix] resolved initHiveForFlutter

* [Feature] update pubspec.lock autogenerate files

* [Feature] update ext.kotlin_version lastest

* [Feature] update ios autogenerate files

* [Feat] param trufiMapProvider in default values

* [Fix] expanded ui map

* [Cleanup] ignore: deprecated_member_use for lunch

* [Feat] add versions to readme in Example (#625)

* Feat/Trufi-Core 3.2.0 stable (#629)

* [Fixed] CertificatedLetsencrypt android <= 7.1.1

* [feature] unusing certified ssl in web

* [Feature] config uni-link

* [Feature] share route button

* [Feature] share itinerary

* [Feature] use correct route

* [Feature] add google_maps_flutter ^2.1.4 package

* [Faeture] support widget marker in googleMaps

* [Feature] support other maps providers

* [Refactor] remove double cacheTileProvider

* [Feature] implement google and leaflet map route

* [Feature] implement leaflet=google map transport

* [Feat] implement leaflet=google map chooseLocation

* [Feature] use MapProviders in TrufiCore

* [Cleanup] remove un used files

* [Feature] using TrufiLatLng in all code

* [Refactor] move map buttons

* [feature] move marker configuration

* [Feature] update package to version: 3.1.0

* [Feature] correct size yourlocation in google map

* [Feature] add method to trufiLatLng

* [Feature] update version

* [Feature] update name Microbus

* [Feature] improve ui

* [Feature] create abstracts class for maps

* [Feature] hide share buttons

* [Fixed] use correct server

* [Feature] onReady map in leaflet

* [FIxed] clean lint

* [Feature] use minSdkVersion default

* [Feat] update feedbackTitle

* [Feat] add whatsappIcon

* [Feat] add bottomPaddingButtons in leaftle map

* [Feature] autogenerate files

* [Feat] update maps

* [Feature] remove google map

* [Feature] clean value

* [Feature] comment ios 9.0

* [Feature] refactor code

* [Cleanup] fix linter

* [Feature] add CertificatedLetsencryptAndroid

* [Feature] parameterize share base uri

* [Feature] configure shareBaseUri for example

* [Feature] update version to  trufi-core _v3.2.0

* [Feature] configure url_launcher ios

* [Fixed] resolve error in package device_info_plus

* [Feat] parameterize RequestPlanService in blocProviders

* [Fix] use correct routeColor

* [Fix] remove duplication MapRouteCubit

* [Fix] error code color

* [Fix] correct color leaftlet map route

* [Fix] resolve overFlowed when per > 1

* [Feat] Create AppUniqueId for session

* [Feat] Add UniqueAppId in Requests and Queries

* [Cleanup] Remove unused code

* #604 Ensure Compatibility with Flutter v3 (TrufiMenuItem, Bump share_plus) (#627)

* menu_item.dart was renamed to trufi_menu_item.dart as well as the contained class (MenuItem->TrufiMenuItem).

* import last recent version of share_plus to fix build errors

The example now builds with Flutter 3

* Feat/migration flutter 3.3.2 (#634)

* feat(trufi-core)!: Migrated flutter files to v3.3.2

* [Feat] updated packages to lastest version

* [Refactor] Updated sintaxis waring for  Flutter v3.3.2

* [Refactor] Updated sintaxis for FlutterMap_v3.0.0

* [Refactor] updated configure dependencies

* adding migration (#635)

Co-authored-by: Gustavo T <tgustavoch@gmail.com>

* fix flutter version (#637)

Co-authored-by: Gustavo T <tgustavoch@gmail.com>

* Fix/analyze issue (#638)

* fix flutter version

* adding fix

Co-authored-by: Gustavo T <tgustavoch@gmail.com>

Co-authored-by: Alexander Menk <alex@addismap.com>
Co-authored-by: Gustavo T <tgustavoch@gmail.com>

Co-authored-by: Alexander Menk <alex@addismap.com>
Co-authored-by: Gustavo T <tgustavoch@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant