Skip to content

Commit

Permalink
Redditech - Moving POC to in Lib
Browse files Browse the repository at this point in the history
  • Loading branch information
0Nom4D committed Oct 27, 2021
2 parents ea8d848 + cec4e09 commit 49c624c
Show file tree
Hide file tree
Showing 19 changed files with 311 additions and 37 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion lib/providers/user_datas.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import 'package:f_redditech/models/post.dart';
import 'package:f_redditech/models/user.dart';
import 'package:flutter/cupertino.dart';
import 'package:flutter/material.dart';
Expand Down
2 changes: 1 addition & 1 deletion lib/widgets/home_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class _MyHomePageState extends State<HomePage> {
onPressed: () {
Navigator.pushNamed(context, '/home');
},
child: const Text('Connect to Redditech'),
child: new Tooltip(message: 'Connection', child: new Text("Connect to Redditech")),
),
),
),
Expand Down
Loading

0 comments on commit 49c624c

Please sign in to comment.