This repository contains two sample Flutter applications that demonstrate the integration of the roadsdata_flutter_sdk
package. Each example showcases a different routing package integration, specifically go_router
and get
, to provide clear instances of how to incorporate roadsdata_flutter_sdk
within your Flutter projects.
To clone this repository and run the example apps, ensure you have Flutter installed on your system. Then, execute the following command in your terminal:
git clone https://github.com/deepcube-srl/roadsdata-flutter-examples.git
cd roadsdata-flutter-examples
To run the example with go_router
integration, navigate to the go_router_integration
directory and execute:
flutter run
For the get
package integration example, move to the get_integration
directory and run:
- Demonstration of
roadsdata_flutter_sdk
integration. - Examples of deeplink's integration with roadsdata throught
go_router
andget
packages. - Easy-to-follow code for Flutter developers.
For more detailed information on the roadsdata_flutter_sdk
, refer to the official documentation here.
The repository includes the following example applications:
go_router_integration
: Demonstrates integration of Roads Data with thego_router
package.get_integration
: Shows how to integrate Roads Data with theget
package.
If you encounter any issues while running the examples, ensure your Flutter environment is properly set up and that you have the latest version of the SDK installed.
Same license of Roads Data Flutter SDK