Skip to content

Utilizing Flutter's comprehensive concepts for streamlined mobile app development within the repository ♠

License

Notifications You must be signed in to change notification settings

JavTahir/Flutter-Bootcamp

Repository files navigation

Flutter Bootcamp - Mobile App Development

Welcome to the Flutter Bootcamp! This comprehensive repo will cover everything from the basics to advanced concepts in mobile app development using Flutter. Whether you're a beginner diving into the world of widgets or an experienced developer exploring advanced Flutter Catalog features, this repo is designed to help you build and understand app UIs effectively.

During this exploration, you'll get hands-on experience with essential Flutter tools and features:

Front-end

  1. Basics to advance widgets implementation
  2. Exploring Flutter and Dart packages
  3. Layout and Theming of UI's
  4. State-management
  5. Routing(Navigation)

Back-end

  1. Fire-base - Database
  2. Firebase Authentication
  3. Fire-base cruds
  5. Some Third PartY Integrations

Prerequisites

Make sure you have Flutter installed. If not, you can install Flutter here.

Setup Instructions

  1. Creating a Flutter Project:

    flutter create my_flutter_app
  2. Navigate to the Project Directory:

    cd my_flutter_app
  3. To run the project:

    flutter run
  4. Shortcut to to see quicker updates in ui:

    r
  5. During Development to full restart the app:

    R
  6. After making changes in pubspec.yaml file in order to install dependencies use following command:

    flutter pub get

License

  • This repo is licensed under the MIT License.

Feel free to fork this template and customize according to your implementation ! Happy coding! 🚀

About

Utilizing Flutter's comprehensive concepts for streamlined mobile app development within the repository ♠

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published