From a6897c89af549bb7d524594a7d40011a1935dd16 Mon Sep 17 00:00:00 2001 From: BitcoinZavior Date: Mon, 17 Oct 2022 18:48:09 -0400 Subject: [PATCH] updated url --- docs/tutorials/exploring_bdk_flutter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/exploring_bdk_flutter.md b/docs/tutorials/exploring_bdk_flutter.md index 028394830c..4cc1976ff7 100644 --- a/docs/tutorials/exploring_bdk_flutter.md +++ b/docs/tutorials/exploring_bdk_flutter.md @@ -71,7 +71,7 @@ Once done let's run a `get` command from the pub tool commands, this will get al flutter pub get ``` -To make this quick you can download the styles and images used in the tutorial from the repository. The image assets and `theme.dart` can be taken from [here](https://github.com/LtbLightning/bdk-flutter-quickstart/tree/main/lib) and moved to the folders as shown. Alternatively, you can write your own theme and use your own images if you intend to style the app in a different way. +To make this quick you can download the styles and images used in the tutorial from the repository. The image assets and `theme.dart` can be taken from [here](https://github.com/LtbLightning/bdk-flutter-quickstart/tree/master/lib) and moved to the folders as shown. Alternatively, you can write your own theme and use your own images if you intend to style the app in a different way. Under `screens` create a `home.dart` file, this will be where most of the code of the code will be added. -- 2.49.0