We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f043617 commit 1203498Copy full SHA for 1203498
lib/widgets/custom_drawer.dart
@@ -146,7 +146,7 @@ class CustomDrawer extends StatelessWidget {
146
child: Align(
147
alignment: Alignment.bottomCenter,
148
child: Text(
149
- "v1.0.6",
+ "v1.0.7",
150
style: TextStyle(
151
fontSize: 16,
152
color: Theme.of(context).colorScheme.secondary,
pubspec.yaml
@@ -3,7 +3,7 @@ description: A new Flutter project.
3
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
4
5
6
-version: 1.0.6+1
+version: 1.0.7+1
7
8
environment:
9
sdk: '>=2.19.6 <3.0.0'
0 commit comments