Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
xamantra committed Aug 26, 2021
2 parents bc52787 + c2d0028 commit 45dd34e
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 45dd34e

Please sign in to comment.