A new Flutter project.
View Demo
·
Report Bug
·
Request Feature
Basics of dart language is there in Dart pad code.docx
- Hello program
- Function
- List
- Add and remove a list
- Class and class inheritance
Basic flutter project using cmd code flutter create project name.
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.
There is no pre-requisite for this course
To propose or request any feature as well as to report any error in the given material and code please create a issue in this repository.
How to create an issue :
- Under this repository name, click Issues.
- Click New issue.
- If there are multiple issue types, click Get started next to the type of issue you'd like to open.
- Optionally, click Open a blank issue. if the type of issue you'd like to open isn't included in the available options.
- Type a title and description for your issue.
- When you're finished, click Submit new issue.
For more details visit this page
See the open issues for a list of proposed features (and known issues).
- Find a project you want to contribute to
- Fork it
- Clone it to your local system
- Make a new branch
- Make your changes
- Push it back to your repo
- Click the Compare & pull request button
- Click Create pull request to open a new pull request If the reviewers ask for changes, repeat steps 5 and 6 to add more commits to your pull request.
If you feel to add any piece of code or something extra which is not there in the given material or if you want to request any feature you can raise an issue. Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated by ISTE-VESIT.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
ISTE-VESIT - @istevesit.org - [email protected]
Project Link: https://github.com/ISTE-VESIT-ORG/Flutter-2021