Coder Social home page Coder Social logo

hash-studios / e-learning-app Goto Github PK

View Code? Open in Web Editor NEW
286.0 16.0 102.0 5.8 MB

E-Learn is a beautiful open-source education app for Android. It is built with Dart on top of Google's Flutter Framework.

License: BSD 3-Clause "New" or "Revised" License

Kotlin 0.05% Swift 0.16% Objective-C 0.01% Dart 99.78%
elearning ui android flutter dart education hacktoberfest

e-learning-app's People

Contributors

codenameakshay avatar liquidatorcoder 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

e-learning-app's Issues

Please help I have changed to android v1 embedding and this error is coming

../../../AppData/Local/Pub/Cache/hosted/pub.dev/file-6.1.2/lib/src/interface/file.dart:15:16: Error: The method 'File.create' has fewer named arguments than those of overridden method 'File.create'.
Future create({bool recursive = false});
^
org-dartlang-sdk:///dart-sdk/lib/io/file.dart: Context: This is the overridden method ('create').
../../../AppData/Local/Pub/Cache/hosted/pub.dev/file-6.1.2/lib/src/interface/file.dart:15:16: Error: The method 'File.create' doesn't have the named parameter 'exclusive' of overridden method 'File.create'.
Future create({bool recursive = false});
^
org-dartlang-sdk:///dart-sdk/lib/io/file.dart: Context: This is the overridden method ('create').
../../../AppData/Local/Pub/Cache/hosted/pub.dev/file-6.1.2/lib/src/forwarding/forwarding_file.dart:22:8: Error: The method 'ForwardingFile.createSync' has fewer named arguments than those of overridden method 'File.createSync'.
void createSync({bool recursive = false}) =>
^
org-dartlang-sdk:///dart-sdk/lib/io/file.dart: Context: This is the overridden method ('createSync').
../../../AppData/Local/Pub/Cache/hosted/pub.dev/file-6.1.2/lib/src/forwarding/forwarding_file.dart:22:8: Error: The method 'ForwardingFile.createSync' doesn't have the named parameter 'exclusive' of overridden method 'File.createSync'.
void createSync({bool recursive = false}) =>
^
org-dartlang-sdk:///dart-sdk/lib/io/file.dart: Context: This is the overridden method ('createSync').
lib/ui/pages/home.dart:51:19: Error: No named parameter with the name 'title'.
title: tabNo == 0 ? Text("Home") : Container()),
^^^^^
/C:/src/flutter/flutter/packages/flutter/lib/src/widgets/bottom_navigation_bar_item.dart:25:9: Context: Found this candidate, but the arguments don't match.
const BottomNavigationBarItem({
^^^^^^^^^^^^^^^^^^^^^^^
lib/ui/pages/home.dart:54:19: Error: No named parameter with the name 'title'.
title: tabNo == 1 ? Text("Planner") : Container()),
^^^^^
/C:/src/flutter/flutter/packages/flutter/lib/src/widgets/bottom_navigation_bar_item.dart:25:9: Context: Found this candidate, but the arguments don't match.
const BottomNavigationBarItem({
^^^^^^^^^^^^^^^^^^^^^^^
lib/ui/pages/home.dart:58:19: Error: No named parameter with the name 'title'.
title: tabNo == 3 ? Text("Videos") : Container()),
^^^^^
/C:/src/flutter/flutter/packages/flutter/lib/src/widgets/bottom_navigation_bar_item.dart:25:9: Context: Found this candidate, but the arguments don't match.
const BottomNavigationBarItem({
^^^^^^^^^^^^^^^^^^^^^^^
lib/ui/pages/home.dart:61:19: Error: No named parameter with the name 'title'.
title: tabNo == 4 ? Text("Leaderboard") : Container()),
^^^^^
/C:/src/flutter/flutter/packages/flutter/lib/src/widgets/bottom_navigation_bar_item.dart:25:9: Context: Found this candidate, but the arguments don't match.
const BottomNavigationBarItem({
^^^^^^^^^^^^^^^^^^^^^^^
lib/ui/widgets/topBar.dart:87:17: Error: The getter 'BlacklistingTextInputFormatter' isn't defined for the class '_TopBarState'.

  • '_TopBarState' is from 'package:elearning/ui/widgets/topBar.dart' ('lib/ui/widgets/topBar.dart').
    Try correcting the name to the name of an existing getter, or defining a getter or field named 'BlacklistingTextInputFormatter'.
    BlacklistingTextInputFormatter.singleLineFormatter
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    ../../../AppData/Local/Pub/Cache/hosted/pub.dev/flutter_calendar_carousel-2.0.3/lib/flutter_calendar_carousel.dart:490:16: Error: The method 'FlatButton' isn't defined for the class '_CalendarState'.
  • '_CalendarState' is from 'package:flutter_calendar_carousel/flutter_calendar_carousel.dart' ('../../../AppData/Local/Pub/Cache/hosted/pub.dev/flutter_calendar_carousel-2.0.3/lib/flutter_calendar_carousel.dart').
    Try correcting the name to the name of an existing method, or defining a method named 'FlatButton'.
    child: FlatButton(
    ^^^^^^^^^^
    ../../../AppData/Local/Pub/Cache/hosted/pub.dev/flutter_calendar_carousel-2.0.3/lib/src/calendar_header.dart:47:32: Error: The method 'FlatButton' isn't defined for the class 'CalendarHeader'.
  • 'CalendarHeader' is from 'package:flutter_calendar_carousel/src/calendar_header.dart' ('../../../AppData/Local/Pub/Cache/hosted/pub.dev/flutter_calendar_carousel-2.0.3/lib/src/calendar_header.dart').
    Try correcting the name to the name of an existing method, or defining a method named 'FlatButton'.
    Widget _headerTouchable() => FlatButton(
    ^^^^^^^^^^
    ../../../AppData/Local/Pub/Cache/hosted/pub.dev/platform-3.0.2/lib/src/interface/local_platform.dart:46:19: Error: Member not found: 'packageRoot'.
    io.Platform.packageRoot; // ignore: deprecated_member_use
    ^^^^^^^^^^^
    Failed to compile application.

lib/ui/widgets/topBar.dart:87:17: Error: The getter 'BlacklistingTextInputFormatter' isn't defined for the class '_TopBarState'.

lib/ui/widgets/topBar.dart:87:17: Error: The getter 'BlacklistingTextInputFormatter' isn't defined for the class '_TopBarState'.

  • '_TopBarState' is from 'package:elearning/ui/widgets/topBar.dart' ('lib/ui/widgets/topBar.dart').
    Try correcting the name to the name of an existing getter, or defining a getter or field named 'BlacklistingTextInputFormatter'.
    BlacklistingTextInputFormatter.singleLineFormatter
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

FAILURE: Build failed with an exception.

This App is not working

This project is not working in my system and I have the version 1.17.5. can you update your project for latest version

When will the other parts/pages of this project be added?

I have been learning flutter for about a month and to build an app based of the ui of this project. However, I am not skilled enough (at the moment) to build the other screens. When are the other screens likely to be finished?

launch problem

Hey!

Trying to run a project and getting errors
Launching lib \ main.dart on sdk gphone x86 arm in debug mode ...
Plugin project: firebase_auth_web not found. Please update settings.gradle.
Plugin project: firebase_core_web not found. Please update settings.gradle.
Plugin project: cloud_firestore_web not found. Please update settings.gradle.
Exited (1)

I don't see any firebase connections in the settings.gradle file.

in which file do you need to specify the connection key to your firebase?

flutter version 2.2.2 - do I need to downgrade?

How can I solve this

Help please
lib/analytics/analytics_service.dart:4:37: Error: Couldn't find constructor 'FirebaseAnalytics'.
final FirebaseAnalytics analytics = FirebaseAnalytics();

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.