-
-
Notifications
You must be signed in to change notification settings - Fork 45
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
adding migration #635
Merged
Merged
adding migration #635
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>
Merged
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.