mirajus-salehin / edvive-proto

Prototype application

Home Page:edvive-proto-git-master.mirajus-salehin.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

edvive_proto

GitHub all releases GitHub code size in bytes GitHub last commit

App in prototyping phase

A prerelease version is available at v0.1.1-pre-dbg

Running the app locally (from source)

  1. Clone the repo
git clone https://github.com/mirajus-salehin/edvive-proto

Alternatively you can use Github CLI

gh repo clone mirajus-salehin/edvive-proto
  1. Check that an Android device is running.
flutter devices
  1. Run the app with the following command:
flutter run

Building web version from the source

Requirments

  1. Flutter SDK
  2. Android Studio (for android build)
  3. Xcode (for iOS build)

Steps to build

  1. Clone the repo
git clone https://github.com/mirajus-salehin/edvive-proto

Alternatively you can use Github CLI

gh repo clone mirajus-salehin/edvive-proto
  1. Setup Flutter SDK your device. Visit https://flutter.dev/docs/get-started/install for installation instructions.
  2. Build the app for deployment using
flutter build web

The release build of a simple app has the following structure:

/build/web
  assets
    AssetManifest.json
    FontManifest.json
    NOTICES
    fonts
      MaterialIcons-Regular.ttf
      <other font files>
    <image files>
  index.html
  main.dart.js
  main.dart.js.map

  1. Goto <apdir>/build/web and launch a web server. For example
python -m http.server 8000
  1. Navigate to localhost:8000 in your browser.

NOTE: web release is not coded properly. So many visual issuses may rise.

If any error occuers, please follow this steps

  1. Before starting Make sure you are on flutter Dev channel if you are not You need to switch to Beta or Master channel by hitting this command on your terminal.
flutter channel beta
  1. To enable web support you have to write
flutter config --enable-web

It will enable experimental web support 3. Now open terminal in your old flutter project directory and write

flutter create .

All done....

Not all library is supported in flutter web so you might be get some errors so take backup of your project before performing this tasks.

About

Prototype application

edvive-proto-git-master.mirajus-salehin.vercel.app


Languages

Language:Dart 88.6%Language:HTML 8.3%Language:Swift 2.2%Language:Kotlin 0.7%Language:Objective-C 0.2%