Git Product home page Git Product logo

ketanchoyal / our-e-school Goto Github PK

View Code? Open in Web Editor NEW
494.0 44.0 290.0 16.16 MB

A mobile app created using Flutter Framework for School management.

License: MIT License

Objective-C 0.01% Dart 96.95% Ruby 0.24% TypeScript 2.71% Kotlin 0.02% Swift 0.07%
flutter flutter-examples school-management ios-app android-application provider-architecture mvvm-architecture firebase-firestore firebase-functions typescript

our-e-school's Introduction

Our E School

This Project has been Archived as I'm no longer working on it

NOTE TO NEW CLONERS: (READ THIS BEFORE USING OR CREATING AN ISSUE) || This Project is not migrated to null-safety yet || This project was built with Flutter versions less than 2.0 (flutter V 1.X) || Before compiling this project you have to make sure you update server.dart file to include the firebase functions URL's (this is a must procedure) || initialize your firebase firestore project as instructed in database folder on this project.

This Project is not migrated to null-safety yet

So if you're trying to run it then you might need to downgrade your flutter version.

You can use fvm if you do not want to downgrade your flutter version.

HitCount PRs Welcome GitHub stars

I open sourced this project because I wasn't got paid

PR's are always welcomed

An open source project for school management

State Management: Provider + Get_it

MVVM(Model-View-(View)Model) Architecture

Note: This app is not fully developed, it still has a lot of bugs and I'm still working on it (For now all the login data for parent, teacher and student are added manually in firestore)

Web Portal is under development.

There are backend firebase functions too written in Typescript for some automation and some functions to make them work with web based project(future proof)

Our E School is the app build for iOS and Android using Flutter.

It uses Firebase FireStore as Database and Firebase Storage.

FeatureS

UI Logic Feature
Teacher Login
Student Login
Parent Login
Multiple Child Profile View
Chat between teacher and parent
Intro Screens.
Post photo or notice on Standard post section(Only Teacher)
Post photo or notice on global post section(Only Teacher)
Dark Mode
Profile Setup
Forget Password
TimeTable

and many more......

Screenshots

Database

Database structure snapshot are here.

A full database documentation will be created soon..

Server.dart

You need to create this and put in /core/ folder.
This File is necessary in order to make Cloud Functions work.

class Server {
  static String baseUrl =
      YOUR-CLOUD-FUNCTION-URL;
  static String webApi = 'webApi/';
  static String profileUpdate = 'profileupdate';
  static String getProfileData = 'userdata';
  static String postAnnouncement = 'postAnnouncement';
  static String addAssignment = 'addAssignment';
}

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

our-e-school's People

Contributors

ketanchoyal avatar kzawadi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

our-e-school's Issues

Error running

Can't run the project. Tried upgrading dependencies doesn't work. How to resolve this?

/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/intro_views_flutter-2.8.2/lib/intro_views_flutter.dart:237:7: Error: No named parameter with the name 'resizeToAvoidBottomPadding'.
      resizeToAvoidBottomPadding: false,
      ^^^^^^^^^^^^^^^^^^^^^^^^^^
/C:/src/flutter/packages/flutter/lib/src/material/scaffold.dart:1451:9: Context: Found this candidate, but the arguments don't match.
  const Scaffold({
        ^^^^^^^^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:1111:7: Info: Struct 'ENUMLOGFONTEX' is empty. Support for empty structs is deprecated and will be removed in the next stable version of Dart. Use Opaque instead.
class ENUMLOGFONTEX extends Struct {
      ^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2835:7: Info: Struct 'BLUETOOTH_PIN_INFO' is empty. Support for empty structs is deprecated and will be removed in the next stable version of Dart. Use Opaque instead.
class BLUETOOTH_PIN_INFO extends Struct {
      ^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2960:7: Info: Struct 'EXCEPINFO' is empty. Support for empty structs is deprecated and will be removed in the next stable version of Dart. Use Opaque instead.
class EXCEPINFO extends Struct {}
      ^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2966:7: Info: Struct 'PROPERTYKEY' is empty. Support for empty structs is deprecated and will be removed in the next stable version of Dart. Use Opaque instead.
class PROPERTYKEY extends Struct {}
      ^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2973:7: Info: Struct 'PROPVARIANT' is empty. Support for empty structs is deprecated and will be removed in the next stable version of Dart. Use Opaque instead.
class PROPVARIANT extends Struct {}
      ^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2978:7: Info: Struct 'SAFEARRAY' is empty. Support for empty structs is deprecated and will be removed in the next stable version of Dart. Use Opaque instead.
class SAFEARRAY extends Struct {}
      ^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2985:7: Info: Struct 'CLSID' is empty. Support for empty structs is deprecated and will be removed in the next stable version of Dart. Use Opaque instead.
class CLSID extends Struct {}
      ^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2992:7: Info: Struct 'STATSTG' is empty. Support for empty structs is deprecated and will be removed in the next stable version of Dart. Use Opaque instead.
class STATSTG extends Struct {}
      ^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/win32-1.7.4/lib/src/structs.dart:2999:7: Info: Struct 'NLM_SIMULATED_PROFILE_INFO' is empty. Support for empty structs is deprecated and will be removed in the next stable version of Dart. Use Opaque instead.
class NLM_SIMULATED_PROFILE_INFO extends Struct {}
      ^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/ffi-0.1.3/lib/src/utf8.dart:23:7: Info: Struct 'Utf8' is empty. Support for empty structs is deprecated and will be removed in the next stable version of Dart. Use Opaque instead.
class Utf8 extends Struct {
      ^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/ffi-0.1.3/lib/src/utf16.dart:16:7: Info: Struct 'Utf16' is empty. Support for empty structs is deprecated and will be removed in the next stable version of Dart. Use Opaque instead.
class Utf16 extends Struct {
      ^
/C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/ffi-0.1.3/lib/src/allocation.dart:47:33: Info: Support for using non-constant type arguments 'T' in this FFI API is deprecated and will be removed in the next stable version of Dart. Rewrite the code to ensure that type arguments are compile time constants referring to a valid native type.
  final int totalSize = count * sizeOf<T>();
                                ^


FAILURE: Build failed with an exception.

* Where:
Script 'C:\src\flutter\packages\flutter_tools\gradle\flutter.gradle' line: 991

* What went wrong:
Execution failed for task ':app:compileFlutterBuildDebug'.
> Process 'command 'C:\src\flutter\bin\flutter.bat'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BU�LD FAILED in 12s
Exception: Gradle task assembleDebug failed with exit code 1

Error while compiling in Android Studio

I'm new to flutter, can't figure out why I'm getting this:

lib/UI/pages/Profiles/GuardianProfile.dart:82:7: Error: The getter 'ScaffoldMessenger' isn't defined for the class '_GuardianProfilePageState'.
 - '_GuardianProfilePageState' is from 'package:ourESchool/UI/pages/Profiles/GuardianProfile.dart' ('lib/UI/pages/Profiles/GuardianProfile.dart').
Try correcting the name to the name of an existing getter, or defining a getter or field named 'ScaffoldMessenger'.
      ScaffoldMessenger.of(context).showSnackBar(ksnackBar(
      ^^^^^^^^^^^^^^^^^

Is it because I did not create a firebase connection to this yet?

Cant't login

It freezes on login and register screen both please provide the solution

Is there WebPortal exists?

Hi Ketanchoyal, I have installed your app and setup firebase by following screenshots you attached. my question is is there webportal exists which helps in creating a school?

register/login

Hello, super cool to share this project ! Curious to see more.
I update .json accordingly and tried to run it.
Got stuck on the register/login screen.
After filling register form and submit, screen freezes.
Please could you show the way in order to pass the first screen ?

Test version could also have a fake profile so potential client see key functionalities early.
And then choose wether to build upon this repo.

Need Documentation

I need the Docomentation of Setting Up The Firebase 
And Need Some Upgrade  on 

The Chat Between student and teacher

Online confarence Meeting

Please make It Up

Import issue

I'm New to GitHup I tried to import the project to my android studio after that I Run the project .project won't Run Show to me dozen of errors . 6402 error and 199 Hits ?
this some of errors

error: Target of URI doesn't exist: 'package:flutter/foundation.dart'. (uri_does_not_exist at [ourESchool] lib\UI\Utility\ImageCompress.dart:3)
error: Target of URI doesn't exist: 'package:flutter/material.dart'. (uri_does_not_exist at [ourESchool] lib\UI\Utility\ImageCompress.dart:4)
error: Target of URI doesn't exist: 'package:image/image.dart'. (uri_does_not_exist at [ourESchool] lib\UI\Utility\ImageCompress.dart:5)
error: Target of URI doesn't exist: 'package:image_picker/image_picker.dart'. (uri_does_not_exist at [ourESchool] lib\UI\Utility\ImageCompress.dart:7)
error: Target of URI doesn't exist: 'package:path_provider/path_provider.dart'. (uri_does_not_exist at [ourESchool] lib\UI\Utility\ImageCompress.dart:8)
error: Undefined name 'ImageSource'. (undefined_identifier at [ourESchool] lib\UI\Utility\ImageCompress.dart:11)
error: Undefined name 'ImagePicker'. (undefined_identifier at [ourESchool] lib\UI\Utility\ImageCompress.dart:11)
error: Target of URI doesn't exist: 'package:flutter/material.dart'. (uri_does_not_exist at [ourESchool] lib\UI\Utility\SlideRoute.dart:1)
error: Classes can only extend other classes. (extends_non_class at [ourESchool] lib\UI\Utility\SlideRoute.dart:3)
error: Undefined class 'Widget'. (undefined_class at [ourESchool] lib\UI\Utility\SlideRoute.dart:4)
error: The named parameter 'pageBuilder' isn't defined. (undefined_named_parameter at [ourESchool] lib\UI\Utility\SlideRoute.dart:13)
error: Undefined class 'Animation'. (undefined_class at [ourESchool] lib\UI\Utility\SlideRoute.dart:13)
error: Undefined class 'BuildContext'. (undefined_class at [ourESchool] lib\UI\Utility\SlideRoute.dart:13)
error: Undefined class 'Animation'. (undefined_class at [ourESchool] lib\UI\Utility\SlideRoute.dart:14)
error: The named parameter 'transitionDuration' isn't defined. (undefined_named_parameter at [ourESchool] lib\UI\Utility\SlideRoute.dart:17)
error: The named parameter 'transitionsBuilder' isn't defined. (undefined_named_parameter at [ourESchool] lib\UI\Utility\SlideRoute.dart:18)
error: Undefined class 'BuildContext'. (undefined_class at [ourESchool] lib\UI\Utility\SlideRoute.dart:18)
error: Undefined class 'Animation'. (undefined_class at [ourESchool] lib\UI\Utility\SlideRoute.dart:19)
error: Undefined class 'Animation'. (undefined_class at [ourESchool] lib\UI\Utility\SlideRoute.dart:20)
error: Undefined class 'Widget'. (undefined_class at [ourESchool] lib\UI\Utility\SlideRoute.dart:21)
error: The method 'FadeTransition' isn't defined for the type 'RouteTransition'. (undefined_method at [ourESchool] lib\UI\Utility\SlideRoute.dart:23)
error: The method 'SlideTransition' isn't defined for the type 'RouteTransition'. (undefined_method at [ourESchool] lib\UI\Utility\SlideRoute.dart:26)
error: The name 'Offset' isn't a type so it can't be used as a type argument. (non_type_as_type_argument at [ourESchool] lib\UI\Utility\SlideRoute.dart:27)
error: The method 'Tween' isn't defined for the type 'RouteTransition'. (undefined_method at [ourESchool] lib\UI\Utility\SlideRoute.dart:27)
error: The name 'Offset' isn't a class. (creation_with_non_type at [ourESchool] lib\UI\Utility\SlideRoute.dart:28)
error: Undefined name 'Offset'. (undefined_identifier at [ourESchool] lib\UI\Utility\SlideRoute.dart:29)
error: Target of URI doesn't exist: 'package:file_picker/file_picker.dart'. (uri_does_not_exist at [ourESchool] lib\UI\Utility\constants.dart:5)
error: Target of URI doesn't exist: 'package:flutter/cupertino.dart'. (uri_does_not_exist at [ourESchool] lib\UI\Utility\constants.dart:6)
error: Target of URI doesn't exist: 'package:flutter/material.dart'. (uri_does_not_exist at [ourESchool] lib\UI\Utility\constants.dart:7)
error: Target of URI doesn't exist: 'package:flutter/services.dart'. (uri_does_not_exist at [ourESchool] lib\UI\Utility\constants.dart:8)
error: Target of URI doesn't exist: 'package:flutter_spinkit/flutter_spinkit.dart'. (uri_does_not_exist at [ourESchool] lib\UI\Utility\constants.dart:9)
error: Target of URI doesn't exist: 'package:ourESchool/UI/Utility/SlideRoute.dart'. (uri_does_not_exist at [ourESchool] lib\UI\Utility\constants.dart:10)
error: The function 'InputDecoration' isn't defined. (undefined_function at [ourESchool] lib\UI\Utility\constants.dart:13)
error: The function 'OutlineInputBorder' isn't defined. (undefined_function at [ourESchool] lib\UI\Utility\constants.dart:14)
error: Undefined name 'BorderRadius'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:15)
error: Undefined name 'FontWeight'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:17)
error: The function 'TextStyle' isn't defined. (undefined_function at [ourESchool] lib\UI\Utility\constants.dart:17)
error: Undefined name 'EdgeInsets'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:18)
error: The function 'TextStyle' isn't defined. (undefined_function at [ourESchool] lib\UI\Utility\constants.dart:23)
error: Undefined class 'TextStyle'. (undefined_class at [ourESchool] lib\UI\Utility\constants.dart:23)
error: Undefined name 'FontWeight'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:23)
error: Undefined class 'TextStyle'. (undefined_class at [ourESchool] lib\UI\Utility\constants.dart:24)
error: Undefined name 'FontWeight'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:24)
error: The function 'TextStyle' isn't defined. (undefined_function at [ourESchool] lib\UI\Utility\constants.dart:24)
error: Undefined class 'Color'. (undefined_class at [ourESchool] lib\UI\Utility\constants.dart:26)
error: Undefined name 'Color'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:26)
error: Undefined class 'Color'. (undefined_class at [ourESchool] lib\UI\Utility\constants.dart:27)
error: Undefined name 'Color'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:27)
error: Undefined class 'Color'. (undefined_class at [ourESchool] lib\UI\Utility\constants.dart:28)
error: Undefined name 'Color'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:28)
error: The function 'RoundedRectangleBorder' isn't defined. (undefined_function at [ourESchool] lib\UI\Utility\constants.dart:30)
error: Undefined class 'ShapeBorder'. (undefined_class at [ourESchool] lib\UI\Utility\constants.dart:30)
error: Undefined name 'Radius'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:31)
error: Undefined name 'BorderRadius'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:31)
error: The function 'RoundedRectangleBorder' isn't defined. (undefined_function at [ourESchool] lib\UI\Utility\constants.dart:34)
error: Undefined class 'ShapeBorder'. (undefined_class at [ourESchool] lib\UI\Utility\constants.dart:34)
error: Undefined name 'BorderRadius'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:35)
error: Undefined name 'Radius'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:36)
error: Undefined class 'ShapeBorder'. (undefined_class at [ourESchool] lib\UI\Utility\constants.dart:44)
error: The function 'RoundedRectangleBorder' isn't defined. (undefined_function at [ourESchool] lib\UI\Utility\constants.dart:44)
error: Undefined name 'Radius'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:45)
error: Undefined name 'BorderRadius'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:45)
error: Undefined class 'Widget'. (undefined_class at [ourESchool] lib\UI\Utility\constants.dart:48)
error: The function 'Icon' isn't defined. (undefined_function at [ourESchool] lib\UI\Utility\constants.dart:48)
error: Undefined name 'Icons'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:49)
error: Undefined class 'BuildContext'. (undefined_class at [ourESchool] lib\UI\Utility\constants.dart:53)
error: Undefined class 'Widget'. (undefined_class at [ourESchool] lib\UI\Utility\constants.dart:53)
error: Undefined name 'Navigator'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:54)
error: The function 'MaterialPageRoute' isn't defined. (undefined_function at [ourESchool] lib\UI\Utility\constants.dart:56)
error: Undefined class 'BuildContext'. (undefined_class at [ourESchool] lib\UI\Utility\constants.dart:57)
error: Undefined class 'BuildContext'. (undefined_class at [ourESchool] lib\UI\Utility\constants.dart:62)
error: Undefined class 'Widget'. (undefined_class at [ourESchool] lib\UI\Utility\constants.dart:62)
error: Undefined name 'Navigator'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:63)
error: The function 'RouteTransition' isn't defined. (undefined_function at [ourESchool] lib\UI\Utility\constants.dart:65)
error: Undefined name 'Colors'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:72)
error: The default value of an optional parameter must be constant. (non_constant_default_value at [ourESchool] lib\UI\Utility\constants.dart:72)
error: Undefined class 'Color'. (undefined_class at [ourESchool] lib\UI\Utility\constants.dart:72)
error: The function 'Align' isn't defined. (undefined_function at [ourESchool] lib\UI\Utility\constants.dart:73)
error: Undefined name 'Alignment'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:74)
error: The function 'SpinKitThreeBounce' isn't defined. (undefined_function at [ourESchool] lib\UI\Utility\constants.dart:75)
error: Undefined name 'Colors'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:76)
error: Undefined class 'BuildContext'. (undefined_class at [ourESchool] lib\UI\Utility\constants.dart:82)
error: Undefined name 'Navigator'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:83)
error: Undefined class 'BuildContext'. (undefined_class at [ourESchool] lib\UI\Utility\constants.dart:86)
error: Undefined class 'Widget'. (undefined_class at [ourESchool] lib\UI\Utility\constants.dart:86)
error: Undefined name 'Navigator'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:87)
error: The function 'CupertinoPageRoute' isn't defined. (undefined_function at [ourESchool] lib\UI\Utility\constants.dart:88)
error: Undefined class 'BuildContext'. (undefined_class at [ourESchool] lib\UI\Utility\constants.dart:90)
error: Undefined class 'BuildContext'. (undefined_class at [ourESchool] lib\UI\Utility\constants.dart:96)
error: Undefined class 'FileType'. (undefined_class at [ourESchool] lib\UI\Utility\constants.dart:96)
error: Undefined name 'FileType'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:99)
error: Undefined class 'FilePickerResult'. (undefined_class at [ourESchool] lib\UI\Utility\constants.dart:107)
error: Undefined name 'FilePicker'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:107)
error: Undefined name 'FileType'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:114)
error: Undefined class 'FilePickerResult'. (undefined_class at [ourESchool] lib\UI\Utility\constants.dart:116)
error: Undefined name 'FilePicker'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:117)
error: The name 'PlatformException' isn't a type and can't be used in an on-catch clause. (non_type_in_catch_clause at [ourESchool] lib\UI\Utility\constants.dart:119)
error: Undefined name 'FileType'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:125)
error: Undefined name 'FilePicker'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:128)
error: Undefined class 'FilePickerResult'. (undefined_class at [ourESchool] lib\UI\Utility\constants.dart:128)
error: The name 'PlatformException' isn't a type and can't be used in an on-catch clause. (non_type_in_catch_clause at [ourESchool] lib\UI\Utility\constants.dart:131)
error: Undefined class 'SnackBar'. (undefined_class at [ourESchool] lib\UI\Utility\constants.dart:139)
error: Undefined class 'BuildContext'. (undefined_class at [ourESchool] lib\UI\Utility\constants.dart:139)
error: The function 'SnackBar' isn't defined. (undefined_function at [ourESchool] lib\UI\Utility\constants.dart:140)
error: The function 'Text' isn't defined. (undefined_function at [ourESchool] lib\UI\Utility\constants.dart:142)
error: Undefined name 'TextAlign'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:144)
error: Undefined name 'Theme'. (undefined_identifier at [ourESchool] lib\UI\Utility\constants.dart:146)
error: Target of URI doesn't exist: 'package:flutter/widgets.dart'. (uri_does_not_exist at [ourESchool] lib\UI\Utility\custom_icons.dart:16)
error: The name 'IconData' isn't a class. (creation_with_non_type at [ourESchool] lib\UI\Utility\custom_icons.dart:24)
error: Undefined class 'IconData'. (undefined_class at [ourESchool] lib\UI\Utility\custom_icons.dart:24)
error: Undefined class 'IconData'. (undefined_class at [ourESchool] lib\UI\Utility\custom_icons.dart:25)
error: The name 'IconData' isn't a class. (creation_with_non_type at [ourESchool] lib\UI\Utility\custom_icons.dart:25)
error: Undefined class 'IconData'. (undefined_class at [ourESchool] lib\UI\Utility\custom_icons.dart:26)
error: The name 'IconData' isn't a class. (creation_with_non_type at [ourESchool] lib\UI\Utility\custom_icons.dart:26)
error: Undefined class 'IconData'. (undefined_class at [ourESchool] lib\UI\Utility\custom_icons.dart:27)
error: The name 'IconData' isn't a class. (creation_with_non_type at [ourESchool] lib\UI\Utility\custom_icons.dart:27)
error: Undefined class 'IconData'. (undefined_class at [ourESchool] lib\UI\Utility\custom_icons.dart:28)
error: The name 'IconData' isn't a class. (creation_with_non_type at [ourESchool] lib\UI\Utility\custom_icons.dart:28)
error: Undefined class 'IconData'. (undefined_class at [ourESchool] lib\UI\Utility\custom_icons.dart:29)
error: The name 'IconData' isn't a class. (creation_with_non_type at [ourESchool] lib\UI\Utility\custom_icons.dart:29)
error: The name 'IconData' isn't a class. (creation_with_non_type at [ourESchool] lib\UI\Utility\custom_icons.dart:30)
error: Undefined class 'IconData'. (undefined_class at [ourESchool] lib\UI\Utility\custom_icons.dart:30)
error: Undefined class 'IconData'. (undefined_class at [ourESchool] lib\UI\Utility\custom_icons.dart:31)
error: The name 'IconData' isn't a class. (creation_with_non_type at [ourESchool] lib\UI\Utility\custom_icons.dart:31)
error: Undefined class 'IconData'. (undefined_class at [ourESchool] lib\UI\Utility\custom_icons.dart:33)
error: The name 'IconData' isn't a class. (creation_with_non_type at [ourESchool] lib\UI\Utility\custom_icons.dart:33)
error: Undefined class 'IconData'. (undefined_class at [ourESchool] lib\UI\Utility\custom_icons.dart:34)
error: The name 'IconData' isn't a class. (creation_with_non_type at [ourESchool] lib\UI\Utility\custom_icons.dart:34)
error: Target of URI doesn't exist: 'package:intl/intl.dart'. (uri_does_not_exist at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:1)
error: Target of URI doesn't exist: 'package:ourESchool/UI/Utility/Resources.dart'. (uri_does_not_exist at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:2)
error: Target of URI doesn't exist: 'package:ourESchool/UI/Utility/constants.dart'. (uri_does_not_exist at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:3)
error: Target of URI doesn't exist: 'package:ourESchool/UI/pages/shared/AnnouncementViewer.dart'. (uri_does_not_exist at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:4)
error: Target of URI doesn't exist: 'package:ourESchool/core/Models/Announcement.dart'. (uri_does_not_exist at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:5)
error: Target of URI doesn't exist: 'package:flutter/material.dart'. (uri_does_not_exist at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:6)
error: Target of URI doesn't exist: 'package:ourESchool/core/Models/User.dart'. (uri_does_not_exist at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:7)
error: Target of URI doesn't exist: 'package:ourESchool/core/enums/UserType.dart'. (uri_does_not_exist at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:8)
error: Target of URI doesn't exist: 'package:ourESchool/core/viewmodel/ProfilePageModel.dart'. (uri_does_not_exist at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:9)
error: Target of URI doesn't exist: 'package:ourESchool/locator.dart'. (uri_does_not_exist at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:10)
error: Classes can only extend other classes. (extends_non_class at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:12)
error: Undefined name 'required' used as an annotation. (undefined_annotation at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:13)
error: Undefined class 'Announcement'. (undefined_class at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:15)
error: Classes can only extend other classes. (extends_non_class at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:21)
error: The method 'locator' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:22)
error: Undefined class 'ProfilePageModel'. (undefined_class at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:22)
error: The name 'ProfilePageModel' isn't a type so it can't be used as a type argument. (non_type_as_type_argument at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:22)
error: The method 'AppUser' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:24)
error: Undefined class 'AppUser'. (undefined_class at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:24)
error: Undefined name 'UserType'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:30)
error: Undefined name 'widget'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:30)
error: Undefined name 'mounted'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:32)
error: The method 'setState' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:32)
error: The method 'initState' isn't defined in a superclass of '_AnnouncementCardState'. (undefined_super_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:37)
error: Undefined class 'BuildContext'. (undefined_class at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:42)
error: Undefined class 'Widget'. (undefined_class at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:42)
error: The method 'Padding' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:43)
error: The name 'EdgeInsets.symmetric' isn't a class. (creation_with_non_type at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:44)
error: The method 'Card' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:45)
error: The method 'Column' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:47)
error: The name 'Widget' isn't a type so it can't be used as a type argument. (non_type_as_type_argument at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:48)
error: The method 'Container' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:49)
error: Undefined name 'EdgeInsets'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:50)
error: The method 'Row' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:53)
error: Undefined name 'CrossAxisAlignment'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:54)
error: Undefined name 'MainAxisAlignment'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:55)
error: The name 'Widget' isn't a type so it can't be used as a type argument. (non_type_as_type_argument at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:56)
error: The method 'Hero' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:57)
error: Undefined name 'widget'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:59)
error: The method 'Row' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:60)
error: The name 'Widget' isn't a type so it can't be used as a type argument. (non_type_as_type_argument at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:61)
error: The method 'CircleAvatar' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:64)
error: The method 'AssetImage' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:67)
error: Undefined name 'assetsString'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:67)
error: Undefined name 'Colors'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:68)
error: The method 'CircleAvatar' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:70)
error: The method 'AssetImage' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:73)
error: Undefined name 'assetsString'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:73)
error: The method 'NetworkImage' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:74)
error: Undefined name 'Colors'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:75)
error: The method 'SizedBox' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:77)
error: The method 'Column' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:80)
error: Undefined name 'MainAxisAlignment'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:81)
error: Undefined name 'CrossAxisAlignment'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:82)
error: The name 'Widget' isn't a type so it can't be used as a type argument. (non_type_as_type_argument at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:83)
error: The method 'Text' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:85)
error: The method 'TextStyle' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:87)
error: Undefined name 'FontWeight'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:88)
error: The method 'Text' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:93)
error: The method 'DateFormat' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:95)
error: Undefined name 'widget'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:96)
error: The method 'TextStyle' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:100)
error: Undefined name 'FontWeight'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:102)
error: The method 'Visibility' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:111)
error: Undefined name 'widget'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:112)
error: The method 'InkWell' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:113)
error: Undefined name 'widget'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:115)
error: The method 'Card' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:118)
error: Undefined name 'kCardCircularShape'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:119)
error: The method 'CircleAvatar' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:122)
error: The method 'ThemeData' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:123)
error: The method 'Text' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:124)
error: Undefined name 'widget'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:125)
error: Undefined name 'widget'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:127)
error: The method 'TextStyle' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:132)
error: Undefined name 'FontWeight'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:133)
error: The method 'Card' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:143)
error: The method 'Container' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:145)
error: The method 'BoxConstraints' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:146)
error: Undefined name 'MediaQuery'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:147)
error: The method 'Hero' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:148)
error: Undefined name 'widget'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:150)
error: The method 'Material' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:151)
error: The method 'InkWell' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:152)
error: The method 'kopenPageBottom' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:154)
error: The method 'AnnouncementViewer' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:156)
error: Undefined name 'widget'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:157)
error: Undefined name 'widget'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:161)
error: The method 'Container' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:162)
error: The method 'Image' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:165)
error: Undefined name 'BoxFit'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:166)
error: The method 'NetworkImage' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:167)
error: Undefined name 'widget'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:168)
error: The method 'Padding' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:177)
error: The name 'EdgeInsets.all' isn't a class. (creation_with_non_type at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:178)
error: The method 'Container' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:179)
error: The method 'BoxConstraints' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:180)
error: Undefined name 'MediaQuery'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:181)
error: The method 'Hero' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:182)
error: Undefined name 'widget'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:184)
error: The method 'Text' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:185)
error: Undefined name 'widget'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:186)
error: Undefined name 'TextOverflow'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:187)
error: Undefined name 'FontWeight'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:189)
error: The method 'TextStyle' isn't defined for the type '_AnnouncementCardState'. (undefined_method at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:189)
error: Undefined class 'BuildContext'. (undefined_class at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:201)
error: The function 'showDialog' isn't defined. (undefined_function at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:202)
error: The function 'AlertDialog' isn't defined. (undefined_function at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:205)
error: The function 'Text' isn't defined. (undefined_function at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:206)
error: The function 'Column' isn't defined. (undefined_function at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:207)
error: Undefined name 'CrossAxisAlignment'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:208)
error: Undefined name 'MainAxisAlignment'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:209)
error: Undefined name 'MainAxisSize'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:210)
error: The name 'Widget' isn't a type so it can't be used as a type argument. (non_type_as_type_argument at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:211)
error: The function 'Row' isn't defined. (undefined_function at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:212)
error: Undefined name 'MainAxisAlignment'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:213)
error: The name 'Widget' isn't a type so it can't be used as a type argument. (non_type_as_type_argument at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:214)
error: The function 'Card' isn't defined. (undefined_function at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:215)
error: Undefined name 'kCardCircularShape'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:216)
error: The function 'CircleAvatar' isn't defined. (undefined_function at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:218)
error: The function 'ThemeData' isn't defined. (undefined_function at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:219)
error: The function 'Text' isn't defined. (undefined_function at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:220)
error: Undefined name 'FontWeight'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:223)
error: The function 'TextStyle' isn't defined. (undefined_function at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:223)
error: The function 'Text' isn't defined. (undefined_function at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:227)
error: The function 'Row' isn't defined. (undefined_function at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:230)
error: Undefined name 'MainAxisAlignment'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:231)
error: The name 'Widget' isn't a type so it can't be used as a type argument. (non_type_as_type_argument at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:233)
error: The function 'Card' isn't defined. (undefined_function at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:234)
error: Undefined name 'kCardCircularShape'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:235)
error: The function 'CircleAvatar' isn't defined. (undefined_function at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:237)
error: The function 'ThemeData' isn't defined. (undefined_function at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:238)
error: The function 'Text' isn't defined. (undefined_function at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:239)
error: Undefined name 'FontWeight'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:242)
error: The function 'TextStyle' isn't defined. (undefined_function at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:242)
error: The function 'Text' isn't defined. (undefined_function at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:246)
error: The function 'Row' isn't defined. (undefined_function at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:249)
error: Undefined name 'MainAxisAlignment'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:250)
error: The name 'Widget' isn't a type so it can't be used as a type argument. (non_type_as_type_argument at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:251)
error: The function 'Card' isn't defined. (undefined_function at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:252)
error: Undefined name 'kCardCircularShape'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:253)
error: The function 'CircleAvatar' isn't defined. (undefined_function at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:255)
error: The function 'ThemeData' isn't defined. (undefined_function at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:256)
error: The function 'Text' isn't defined. (undefined_function at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:257)
error: Undefined name 'FontWeight'. (undefined_identifier at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:260)
error: The function 'TextStyle' isn't defined. (undefined_function at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:260)
error: The function 'Text' isn't defined. (undefined_function at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:264)
error: The name 'Widget' isn't a type so it can't be used as a type argument. (non_type_as_type_argument at [ourESchool] lib\UI\Widgets\AnnouncementCard.dart:269)
error: Target of URI doesn't exist: 'package:file_picker/file_picker.dart'. (uri_does_not_exist at [ourESchool] lib\UI\Widgets\AssignmentBottomSheet.dart:1)
error: Target of URI doesn't exist: 'package:flutter/material.dart'. (uri_does_not_exist at [ourESchool]

**So what is my problem ? **

Login Authentication Error

Hye.

when I tried to login the login screen gets stuck and gives an error in terminal. Can you help me out there. I am attaching some screenshots here.
1
2
3
4
5
6
7
8
9
WhatsApp Image 2021-04-25 at 2 40 39 PM
WhatsApp Image 2021-04-25 at 2 40 39 PM (1)

bugs

the project contains a lot of bugs

not able to login

fixed the DB exactly as in the DB structure screenshots still not able to log in. always showing school code not found @ketanchoyal please help me to resolve this issue

What is the School Name Code to used ?

Hello,
Thanks for share this app model.
Could you give me please the code school to used ? because I am on the create account page and I am can't go after...
Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.