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 0f5cfdb commit 444decbCopy full SHA for 444decb
objectbox/example/flutter/objectbox_demo_relations/lib/main.dart
@@ -60,6 +60,7 @@ class _MyHomePageState extends State<MyHomePage> {
60
floatingActionButton: FloatingActionButton.extended(
61
key: const Key('add'),
62
label: const Text('Add Task'),
63
+ icon: const Icon(Icons.add),
64
heroTag: null,
65
onPressed: () {
66
Navigator.of(context).push(
objectbox/example/flutter/objectbox_demo_relations/lib/tag_elements.dart
@@ -27,6 +27,7 @@ class _NewTagState extends State<NewTag> {
27
Widget build(BuildContext context) {
28
return FloatingActionButton.extended(
29
label: const Text('New Tag'),
30
31
32
onPressed: () async {
33
final dialog = await showDialog(
0 commit comments