We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa6a711 commit 7a871ecCopy full SHA for 7a871ec
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.0.3
2
+* Adding method to TutorialRepository to add tutorial containers after constructor is called
3
+
4
## 0.0.2
5
6
* Refactoring example name to be shown on pub.dev page
pubspec.yaml
@@ -1,6 +1,6 @@
name: tutorial_system
description: "Interactive tutorials for flutter apps, without messing up your code."
-version: 0.0.2
+version: 0.0.3
homepage: https://github.com/biocentral/tutorial_system
environment:
@@ -18,7 +18,7 @@ dependencies:
18
dev_dependencies:
19
flutter_test:
20
sdk: flutter
21
- flutter_lints: ^3.0.0
+ flutter_lints: ^4.0.0
22
23
# For information on the generic Dart part of this file, see the
24
# following page: https://dart.dev/tools/pub/pubspec
0 commit comments