forked from firka/student-legacy
added premium button to settings
This commit is contained in:
parent
d685a64f78
commit
05f4215faf
@ -64,6 +64,7 @@ import 'package:refilc_mobile_ui/screens/settings/user/profile_pic.dart';
|
||||
// import 'package:refilc_mobile_ui/screens/error_screen.dart';
|
||||
import 'package:refilc_mobile_ui/screens/error_report_screen.dart';
|
||||
import 'submenu/general_screen.dart';
|
||||
import 'package:refilc_plus/ui/mobile/premium/settings_inline.dart';
|
||||
|
||||
class SettingsScreen extends StatefulWidget {
|
||||
const SettingsScreen({super.key});
|
||||
@ -701,6 +702,9 @@ class SettingsScreenState extends State<SettingsScreen>
|
||||
],
|
||||
),
|
||||
|
||||
// plus subscribe inline
|
||||
const PlusSettingsInline(),
|
||||
|
||||
// settings submenus
|
||||
const SizedBox(
|
||||
height: 16.0,
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 9ad9a0d820ad179fcb31fefb81731635bed3c5d2
|
||||
Subproject commit 9ac6e74dafd496c2e1efc4c7f2e8e5d42aac7854
|
Loading…
x
Reference in New Issue
Block a user