Developer Student Clubs NSEC is a prominent student developer community in Eastern India, based out of NSEC campus in Kolkata. The club boasts over 3000+ members from all over the world.
- Get Up and Running in 5 Minutes
- Learning Flutter
- How to Contribute
- License
- Thanks to Our Contributors and Sponsors
To Run the code on the local device, one must get the following requirements :
- Operating System (OS): Windows/Linux/MacOS/ChromeOS
- Flutter Software Development Kit (SDK)
- Android Studio (contanis Android SDK Tools)
- Code Editor (Android Studio OR Microsoft VSCode)
- Android Virtual Emulator (Android Mobile devices can aslo be used as an Emulator)
-
Installation Guide
To get started with necessary software installations, follow the step-wise detailed instructions by visiting the link below :
-
Accept the Android Licenses
After the installation of the above mentioned softwares, open the Terminal/Command Prompt & run the following command to accept the Android License Agreements.
flutter doctor --android-licenses
- Note:- After running the above command, press 'y' each time when asked to accept all Android licenses.
-
Verify the installation
Verify the software installation by running the following command in the Terminal/Command Prompt:
flutter doctor -v
-
Run the code
-
Open Android Virtual Emulator on the system OR connect any Android Mobile Device via USB with USB debugging enabled.
-
Open Android Studio on the system and click on "Open an Existing Project" & select to the folder which contains the source code. Then click on OK button.
-
Install all the dependencies used :
flutter pub get
-
Now, go to Run menu of Android Studio and click on "Run".
-
That's it. Now you're good to go!
Full documentation for Flutter lives on the website.
-
For someone starting with Flutter, we recommend this free tutorial on Flutter by Pawan Kumar on YouTube. It starts with zero assumptions about your level of ability and walks through every step gradually.
-
To dive straight into code samples head to flutter documentation.
-
You can also find good resources on Flutter YouTube Channel.
We welcome suggestions for improving our docs. See the “how to contribute” documentation for more details.
DSC NSEC is dedicated to building a welcoming, diverse, safe community. We expect everyone participating in the community to abide by our Code of Conduct. Please read it. Please follow it. In the DSC NSEC community, we work hard to build each other up and make good things together. 💪💜
Whether you're helping us fix bugs, add a new feature, improve the docs, or spread the word, we'd love to have you as part of the DSC NSEC community! 💪💜
Check out our Contributing Guide for ideas on contributing and setup steps for getting our repositories up and running on your local machine.
Licensed under the GNU General Public License v3.0.
Thanks to our many contributors and DSC NSEC Team.