maplibre / flutter-maplibre-gl

Customizable, performant and vendor-free vector and raster maps, flutter wrapper for maplibre-native and maplibre-gl-js (fork of flutter-mapbox-gl/maps)
https://pub.dev/packages/maplibre_gl
Other
185 stars 106 forks source link

🚚 restructure folders with basic melos #453

Closed XanderD99 closed 3 weeks ago

XanderD99 commented 3 weeks ago

move base project in seperate folder prefix all folders with 'flutter_' update folders where needed in code update folders in .githubworkflows add code-workspace file for those who want it πŸ˜„

kuhnroyal commented 3 weeks ago

Awesome, thanks!

prefix all folders with 'flutter_'

What is the motivation for this? I think it would be preferrable to use the package names.

XanderD99 commented 3 weeks ago

Just to have an additional clarification that this is a flutter implementation and not something else.

But if you prefer the package name as folder name it is a low effort to change it.

XanderD99 commented 3 weeks ago

Took a moment but everything should be resolved except for renaming to maplibre_gl_workspace. bluefireteam/melos-action was complaining that it expected name to be maplibregl Β―_(ツ)/Β―

josxha commented 3 weeks ago

Took a moment but everything should be resolved except for renaming to maplibre_gl_workspace.

The example app had the wrong path for maplibre_gl. Fixed it.

I'll do a rebase and add a CHANGELOG entry. πŸ‘

josxha commented 3 weeks ago

Oof, that was a rebase to remember🀯 I updated the flutter beta workflow to use melos, too. I think that should be all.πŸ‘