Version 1.0.4
parent
77ffb5ffcf
commit
05fd71e878
|
@ -75,7 +75,7 @@ class MyDrawer extends StatelessWidget {
|
||||||
Padding(
|
Padding(
|
||||||
padding: const EdgeInsets.only(left: 25),
|
padding: const EdgeInsets.only(left: 25),
|
||||||
child: ListTile(
|
child: ListTile(
|
||||||
title: const Text('Swiped Profiles'),
|
title: const Text('Favored Profiles'),
|
||||||
leading: const Icon(Icons.format_list_bulleted),
|
leading: const Icon(Icons.format_list_bulleted),
|
||||||
onTap: () {
|
onTap: () {
|
||||||
Navigator.pop(context);
|
Navigator.pop(context);
|
||||||
|
|
|
@ -3,8 +3,8 @@ class Constants {
|
||||||
|
|
||||||
/// Title of the app
|
/// Title of the app
|
||||||
static const String appTitle = 'Cofounderella';
|
static const String appTitle = 'Cofounderella';
|
||||||
static const String appVersion = '1.0.3';
|
static const String appVersion = '1.0.4';
|
||||||
static const String appCompilationDate = '2024-07-12';
|
static const String appCompilationDate = '2024-08-15';
|
||||||
|
|
||||||
static const int maxSectors = 10;
|
static const int maxSectors = 10;
|
||||||
static const int maxSkills = 5;
|
static const int maxSkills = 5;
|
||||||
|
|
|
@ -3,7 +3,7 @@ description: "App for Co-Founder Matching"
|
||||||
|
|
||||||
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||||
|
|
||||||
version: 1.0.3+712
|
version: 1.0.4+815
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=3.3.3 <4.0.0'
|
sdk: '>=3.3.3 <4.0.0'
|
||||||
|
|
Loading…
Reference in New Issue