Upgrade to PRO for Only $50/Year—Limited-Time Offer! 🔥

Building Cross-Platform Mobile Apps with Flutte...

Avatar for Utibe Utibe
November 23, 2024
6

Building Cross-Platform Mobile Apps with Flutter and PHP Backends

At the end of this talk, you will understand best practices and simple ways to build a Flutter app and PHP backend.

Avatar for Utibe

Utibe

November 23, 2024
Tweet

Transcript

  1. In the process of picking a topic for today: How

    to make fast money in tech The Struggles you’ll face as a Beginner Finally
  2. Talk Roadmap: • Why Choose Flutter for Cross-Platform Development? •

    PHP as a Backend for Mobile Apps • Setting Up Your Flutter-PHP Stack • Building and Connecting the Frontend • Backend Logic with PHP • Flutter Use Cases • Conclusion & Q&A
  3. Why Choose Flutter for Cross-Platform Development? • Fast Development: Hot

    reload feature. • Beautiful UI: Customizable, animation and performant UI elements. • Single Codebase: Write once, run on Android, iOS, Web, and Desktop. • Growing Ecosystem: Strong support from Google and a vibrant developer community.
  4. PHP as a Backend for Mobile Apps • Why PHP?

    ◦ Widely used, stable, and easy to learn. ◦ Strong ecosystem with frameworks like Laravel, Symfony, etc. ◦ Scalable and integrates well with databases (MySQL, PostgreSQL). ◦ Cost-effective and accessible hosting options.
  5. Flutter Development Environment: • Dart programming language. • Visual Studio

    Code / Android Studio for development. • Flutter SDK. • Laptop (very important)
  6. PHP Backend Environment: • LAMP Stack (Linux, Apache, MySQL, PHP).

    • Laravel/Slim for structured backend logic. • Postman for testing APIs.
  7. 1