Skip to content

Commit cd6f2cd

Browse files
committed
misc updates
1 parent 79243f7 commit cd6f2cd

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

lib/widgets/stateful_widget.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ abstract class AdharaStatefulWidget extends StatefulWidget {
1111
}
1212

1313
abstract class AdharaState<T extends StatefulWidget> extends State<T> {
14+
15+
///[tag] is used for adhara to identify a widget uniquely
16+
///This is done as the reflection is not exposed as part of flutter-dart
1417
String get tag;
1518

1619
@override

pubspec.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
# Generated by pub
21
# See https://www.dartlang.org/tools/pub/glossary#lockfile
32
packages:
43
async:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: adhara
22
description: Base framework for Flutter Apps with intense networking and data interactivity
33
version: 0.1.66
44
author: Rohit R. Abbadi <[email protected]>
5-
homepage: https://infitio.com
5+
homepage: https://github.com/infitio/flutter-adhara
66

77
environment:
88
sdk: '>=2.0.0-dev.61.0 <3.0.0'

0 commit comments

Comments
 (0)