Skip to content

Commit

Permalink
added github link in more menu page
Browse files Browse the repository at this point in the history
  • Loading branch information
xamantra committed Aug 26, 2021
1 parent 53b17a6 commit c2d0028
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/src/widgets/pages/page.more.dart
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import 'package:flutter/material.dart';
import '../menu_actions/more_page_menu/menu.licenses.dart';
import '../menu_actions/more_page_menu/menu.support-dev.dart';

import '../index.dart';
import '../menu_actions/more_page_menu/index.dart';
import '../menu_actions/more_page_menu/menu.github.dart';
import '../menu_actions/more_page_menu/menu.licenses.dart';
import '../menu_actions/more_page_menu/menu.support-dev.dart';

class MorePage extends StatelessWidget {
const MorePage({Key? key}) : super(key: key);
Expand Down Expand Up @@ -47,6 +48,8 @@ class MorePage extends StatelessWidget {
SupportTheDeveloper(),
Divider(height: 1),
MenuAppLicenses(),
Divider(height: 1),
MenuGithubLink(),
],
),
),
Expand Down

0 comments on commit c2d0028

Please sign in to comment.