Envirapp

An app that helps people understand how vital environment is and helps spread voice about how, we as humans are not conserving our resources.

Codemagic build status GitHub stars

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.

Run

Install Flutter and run

flutter doctor

Make sure the requirements specified above are satisfied.

Navigate to project directory and run

flutter clean

This is to remove the previous build and also to restore the app as per the Flutter update.

Open the project in Android Studio or VSCode and make sure you have Flutter pre-requisites needed for running the app, including the Dart and Flutter extension, and manually run the files. For iOS devices, open the project in XCode and navigate to iOS files and open up Runner.xcproj and set up a team and signing on XCode and run the program.

Certain issues might arise while running the app on macOS and XCode, hence first follow the clean command on the project directory and then run

pod install

then run

flutter build ios

After the commands are run, run the Runner on XCode.

Built With

Share this project:

Updates