Skip to content

Commit

Permalink
Merge pull request #55 from MananShah9/IssueFeaturesPageFixed
Browse files Browse the repository at this point in the history
Issue of features page fixed updated URL to https://getwidget.dev/fea…
  • Loading branch information
Sandipkakadiya authored Jul 5, 2021
2 parents 8a288bc + 4b401d7 commit b5d4d1a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/screens/drawer/drawer.dart
Original file line number Diff line number Diff line change
Expand Up @@ -973,14 +973,17 @@ class _DrawerPageState extends State<DrawerPage> {
Navigator.push(
context,
MaterialPageRoute(
builder: (BuildContext context) => WebView(url: 'https://getflutter.dev/features/'),
builder: (BuildContext context) =>
WebView(url: 'https://getwidget.dev/features/'),
),
);
},
child: const Padding(
padding: EdgeInsets.only(left: 2),
child: GFListTile(
title: Text('Features', style: TextStyle(fontSize: 16, color: Colors.black87)),
title: Text('Features',
style:
TextStyle(fontSize: 16, color: Colors.black87)),
),
),
),
Expand Down

0 comments on commit b5d4d1a

Please sign in to comment.