From: BitcoinZavior Date: Mon, 17 Oct 2022 22:48:09 +0000 (-0400) Subject: updated url X-Git-Url: http://internal-gitweb-vhost/script/%22https:/database/scripts/chain_graph/struct.ChangeSet.html?a=commitdiff_plain;h=a6897c89af549bb7d524594a7d40011a1935dd16;p=bitcoindevkit.org updated url --- 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.