An open API service providing commit metadata for open source projects.

GitHub / liodali/OSM-Routing-Client-Dart / commits

SHA Message Author Date Stats
2db1a2c4 feat: add Context7 integration configuration liodali <1****i@u****m> 3 months ago
1844ff24 publish: 1.0.8 liodali <1****i@u****m> 12 months ago
5c421aa4 merge Merge branch 'main' of https://github.com/liodali/OSM-Routing-Client-Dart liodali <1****i@u****m> 12 months ago
8bc20f92 test(osrm_dart_test): add test for alternative routes and improve code format... liodali <1****i@u****m> 12 months ago
927ef7d6 refactor(models): make alternativesRoads mutable #30 liodali <1****i@u****m> 12 months ago
1a9e4bf6 merge Merge pull request #27 from andi-lestianto/main hamza mohamed ali <1****i@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
07a8dc59 fix: add json encode on queryparameters valhalla_service andi-lestianto <a****s@g****m> over 1 year ago
f79368fd fix: change valhalla_response cost from int to double andi-lestianto <a****s@g****m> over 1 year ago
050e3b7e publish 1.0.7 liodali <1****i@u****m> over 1 year ago
f7448a87 + bump dart sdk version liodali <1****i@u****m> over 1 year ago
a953de7a format files liodali <1****i@u****m> over 1 year ago
12133991 fix lints liodali <1****i@u****m> over 1 year ago
d98ce170 remove isolate liodali <1****i@u****m> over 1 year ago
9e7c717d update github action workflow liodali <1****i@u****m> over 1 year ago
47149f0d remove flutter from dependency liodali <1****i@u****m> over 1 year ago
42eb24b6 pubslish : 1.0.6 liodali <1****i@u****m> over 1 year ago
d63ac796 decode geomrty when parsing route for osrm service liodali <1****i@u****m> over 1 year ago
49535e41 fix calculation of next instruction liodali <1****i@u****m> over 1 year ago
3d314f3b update readme liodali <1****i@u****m> over 1 year ago
577ab6c9 publish: 1.0.5 liodali <1****i@u****m> over 1 year ago
fbff2156 fix copy instructions in OSRMRoad #26 liodali <1****i@u****m> over 1 year ago
a0ad1d8c publish: 1.0.4 liodali <1****i@u****m> over 1 year ago
c4365ea7 fix test liodali <1****i@u****m> over 1 year ago
834b4b83 * improve valhalla service liodali <1****i@u****m> over 1 year ago
4d2d84ed * improve osrm service liodali <1****i@u****m> over 1 year ago
5cab9c67 publish: v1.0.3 liodali <1****i@u****m> over 1 year ago
fe1c284c replace the name of roadType by routingType liodali <1****i@u****m> over 1 year ago
9c9691e3 publish v1.0.2 liodali <1****i@u****m> over 1 year ago
65b270d4 export route model liodali <1****i@u****m> over 1 year ago
1b8f7faa change name liodali <1****i@u****m> over 1 year ago
b5802119 publish: v1.0.1 liodali <1****i@u****m> over 1 year ago
53223c53 forget expot request liodali <1****i@u****m> over 1 year ago
cc0f9d8f update readme liodali <1****i@u****m> over 1 year ago
9dbf94b6 publish: 1.0.0 liodali <1****i@u****m> over 1 year ago
84cc57c1 improve valhalla tests liodali <1****i@u****m> over 1 year ago
35eb7b1f * fix decode shape for valhalla encoded shapes liodali <1****i@u****m> over 1 year ago
d646f1e8 * export valhalla service,osrm service liodali <1****i@u****m> over 1 year ago
c30a07d1 * improve valhalla service liodali <1****i@u****m> over 1 year ago
b81fef66 * rename road to OSRMRoad liodali <1****i@u****m> over 1 year ago
7a525aeb * replace osrm manager with routing amanger liodali <1****i@u****m> over 1 year ago
61b99554 * create valhalla service liodali <1****i@u****m> over 1 year ago
6395773f remove unecessary code liodali <1****i@u****m> over 2 years ago
292989a0 publish: 0.5.5 liodali <l****i@g****m> over 2 years ago
b41f4786 fix generate path for route liodali <l****i@g****m> over 2 years ago
2d1e8f22 fix readme liodali <l****i@g****m> over 2 years ago
c1c1fb2a publish: 0.5.4 liodali <l****i@g****m> over 2 years ago
d5e1d8ce improve the code liodali <l****i@g****m> over 2 years ago
60c4bf73 merge Merge pull request #23 from eshjordan/bugfix/overview-none-parsing hamza mohamed ali <l****i@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
05393527 merge Merge branch 'main' into bugfix/overview-none-parsing hamza mohamed ali <l****i@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
cc42ffc0 merge Merge branch '0.5.0' of https://github.com/liodali/OSM-Routing-Client-Dart liodali <l****i@g****m> over 2 years ago
28463514 merge Merge pull request #22 from derklaro/main hamza mohamed ali <l****i@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
0598d0d3 Added null check to route geometry parsing in Road.fromOSRMJson() to ensure c... Jordan Esh <j****h@m****m> over 2 years ago
87200990 Upgraded deps to fix unit tests Jordan Esh <j****h@m****m> over 2 years ago
02f92b6c remove intl dependency derklaro <p****r@e****e> over 2 years ago
df49ccf7 publish : v0.5.3 liodali <l****i@g****m> almost 3 years ago
9c62356d add destinations attribute to road #21 liodali <l****i@g****m> almost 3 years ago
ea44e464 merge Merge pull request #20 from liodali/0.5.0 hamza mohamed ali <l****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 3 years ago
bf602f58 build: 0.5.2 liodali <l****i@g****m> almost 3 years ago
1fc356c1 * format files liodali <l****i@g****m> almost 3 years ago
8b2be532 format files liodali <l****i@g****m> almost 3 years ago
f3a11a44 build: 0.5.1 liodali <l****i@g****m> almost 3 years ago
5b677776 * add unit test liodali <l****i@g****m> almost 3 years ago
b5e0dab3 fix some bugs liodali <l****i@g****m> almost 3 years ago
325594eb build : 0.5.0 liodali <l****i@g****m> almost 3 years ago
c774e9d3 build : 0.5.0 liodali <l****i@g****m> almost 3 years ago
b7215250 build : 0.5.0 liodali <l****i@g****m> almost 3 years ago
57b19a08 update yaml file for github action liodali <l****i@g****m> almost 3 years ago
cd75f426 format files,add some comments liodali <l****i@g****m> almost 3 years ago
ddfefdff add unit test for new apis liodali <l****i@g****m> almost 3 years ago
8fd14b09 feat: add isOnPath,nextInstruction in OSRMManager liodali <l****i@g****m> almost 3 years ago
d21489de update sdk version, remove some error linter liodali <l****i@g****m> almost 3 years ago
bbbe40e8 add new translation file like de,es,ar liodali <l****i@g****m> almost 3 years ago
75753530 merge Merge pull request #17 from liodali/0.4.3 hamza mohamed ali <l****i@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
610da8bf build : 0.4.3 liodali <l****i@g****m> over 3 years ago
2e65dbd5 fix : fix compute for mobile platforms #16 liodali <l****i@g****m> over 3 years ago
37cf5a7f build : 0.4.2 liodali <l****i@g****m> over 3 years ago
39a37a56 fix : fix load instruction helper liodali <l****i@g****m> over 3 years ago
3ba637d0 merge Merge pull request #15 from liodali/0.4.1 hamza mohamed ali <l****i@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
b719b946 build : 0.4.1 liodali <l****i@g****m> over 3 years ago
7ae5bb44 fix : remove instructions from road,fix tests liodali <l****i@g****m> over 3 years ago
26afd54c fix : fix initialization dio in default constructor liodali <l****i@g****m> over 3 years ago
0297b78f merge Merge pull request #14 from liodali/0.4.0 hamza mohamed ali <l****i@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
ebe09515 build : 0.4.0 liodali <l****i@g****m> over 3 years ago
5016915e test : improve test liodali <l****i@g****m> over 3 years ago
a44dfbb3 improve : update osrm_manager,osrm_mixin liodali <l****i@g****m> over 3 years ago
d504318b merge Merge commit 'refs/pull/9/head' of github.com:liodali/OSM-Routing-Client-Dart... liodali <l****i@g****m> over 3 years ago
1b3c24d7 test : add some tests for new apis liodali <l****i@g****m> over 3 years ago
85a76a7d update : improve RoadStep parser liodali <l****i@g****m> over 3 years ago
f32b39aa improve : improve OSRMManager liodali <l****i@g****m> over 3 years ago
6cc083da move en.json liodali <l****i@g****m> over 3 years ago
66406c1e fix: fix implementation of road liodali <l****i@g****m> over 3 years ago
d8097ccc test : add test for new apis liodali <l****i@g****m> over 3 years ago
dba97502 Improve : improve the parsing fromOSRMJson in Road class liodali <l****i@g****m> over 3 years ago
a38c147f feature : re-implement instruction fron osrm api liodali <l****i@g****m> over 3 years ago
7ff2ed7c feature : add fromList constructor for Lnglat liodali <l****i@g****m> over 3 years ago
77ce175d feature : create new method loadInstructionHelperJson liodali <l****i@g****m> over 3 years ago
063f2df9 feature : create RoadStep to manage instruction liodali <l****i@g****m> over 3 years ago
ba33b7a6 merge Merge pull request #10 from liodali/0.3.3 hamza mohamed ali <l****i@g****m>
Committed by: GitHub <n****y@g****m>
over 3 years ago
4d75cf28 build : 0.3.3 liodali <l****i@g****m> over 3 years ago
978138ed build : 0.3.3 liodali <l****i@g****m> over 3 years ago

← Back to repository