Skip to content

Commit

Permalink
--update: fix acad-procd api
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh-Negi committed May 7, 2022
1 parent 1becde2 commit 6627d52
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.fusionIIIT.fusion"
minSdkVersion 16
minSdkVersion 19
targetSdkVersion 29
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
multiDexEnabled true
}

buildTypes {
Expand All @@ -60,4 +61,5 @@ flutter {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation "com.android.support:multidex:2.0.1"
}
2 changes: 1 addition & 1 deletion lib/screens/Academic/Current_Semester/semester.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Semester extends StatefulWidget {
class _SemesterState extends State<Semester> {
@override
Widget build(BuildContext context) {
//print(widget.data.details);
print(widget.data.currently_registered);
return Container(
child: SingleChildScrollView(
scrollDirection: Axis.vertical,
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ dependencies:
pdf: ^3.7.1
path_provider: ^2.0.8
open_file: ^3.2.1
flutter_html: ^2.2.1



Expand Down

0 comments on commit 6627d52

Please sign in to comment.