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

Hello #6

Closed
wants to merge 35 commits into from
Closed

Hello #6

wants to merge 35 commits into from

Conversation

Remi-deronzier
Copy link

No description provided.

josxha and others added 29 commits September 10, 2024 11:58
Co-authored-by: Peter Leibiger <kuhnroyal@gmail.com>
The main idea here is to get a the publishing working with the current
state of the project.
The `maplibre_gl_web` has never been published.
With the new publishing workflow all packages will hopefully be
published with a single tag ( `v0.19.0` in this case).

* raise version to 0.19.0
* raise min Dart SDK to 3.0.0 as required by the `js: ^0.6.7` dependency
* add `pubspec_overrides.yaml` files and move overridden local deps
there
* add `.pubignore` to prevent publishing unnecessary files
* prepare new publish workflow
* add supported platforms to `pubspec.yaml`
* cancel in progress jobs if new commits are pushed
* necessary lint fixes and formatting to satisfy Flutter version

---------

Co-authored-by: Joscha <34318751+josxha@users.noreply.github.com>
Bumping version since we can not delete tags.
Since maplibre#390, the package can be used with Gradle 8. This is a small PR to
have the example app use Gradle 8 for building (see maplibre#382)

Tested with emulator and physical android device.
Since the example app uses gradle 8, the flutter beta ci fails because
it still ises java 11. This pr bumps the version of java used to 17.

Additionally it makes it possible to dispatch the workflow manually.
With the release to pub.dev, we can use the hosted API docs at
https://pub.dev/documentation/maplibre_gl/latest/ and don't have to rely
on our own generation.

The current solution has the problem that the links on the right side
bar linked to the raw html page.

Co-authored-by: Peter Leibiger <kuhnroyal@gmail.com>
Co-authored-by: Peter Leibiger <kuhnroyal@gmail.com>
This pull request swaps out the basic flutter_lints ruleset for a more
strict one, in this case the one from very_good_analysis because it gets
used often in other projects and is well maintained.
I made it that all packages reference the same lint file with the option
to change the behavior for some if needed.

- very_good_analysis has the same lower sdk bound as we, so it matches
quite well.
- I added all the lints to be ignored temporarily. Most of them are code
smells, the use of dynamic typing, undocumented code or hints where code
can be refactored to be more clean in general.
…#405)

This pull request updates the maplibre-native version to `6.4.2` for
iOS. Before the unstable version `5.14.0-pre3` was used.

The iOS changelog for maplibre-native can be viewed
[here](https://github.com/maplibre/maplibre-native/blob/main/platform/ios/CHANGELOG.md#600)
(only iOS Devices with an Apple A7 GPU or later are supported from now
on).

Closes maplibre#388
…#405)

This pull request updates the maplibre-native version to `6.4.2` for
iOS. Before the unstable version `5.14.0-pre3` was used.

The iOS changelog for maplibre-native can be viewed
[here](https://github.com/maplibre/maplibre-native/blob/main/platform/ios/CHANGELOG.md#600)
(only iOS Devices with an Apple A7 GPU or later are supported from now
on).

Closes maplibre#388
…e 2) (maplibre#406)

This pull request updates the package to use version 11.0.0 of
maplibre-native for android. It superseeds
maplibre#403 to make it not
dependant on other pull requests.

If wanted, we can change the occurences of "Maplibre" to "MapLibre" to
be more in line with maplibre-native. (I'd prefer to do it in a
follow-up pr tho).
We have currently a mix of `Maplibre` and `MapLibre`. This pull request
changes all occurrences to `MapLibre` to be in line with the underlaying
packages.

I added deprecations for MaplibreMap, MaplibreMapController and
MaplibreStyles to help users migrate.
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.

6 participants