We may earn an affiliate commission when you visit our partners.
Pluralsight logo

Managing State in Flutter

Mike Van Sickle

Flutter is a popular framework for creating cross-platform mobile applications from a single code base. This course will teach you the mechanisms that Flutter offers to efficiently manage application state while keeping your projects well organized.

Read more

Flutter is a popular framework for creating cross-platform mobile applications from a single code base. This course will teach you the mechanisms that Flutter offers to efficiently manage application state while keeping your projects well organized.

Flutter is arguably one of the best options for creating truly cross-platform mobile applications. One of the challenges that many developers face when learning Flutter, however, is how to successfully apply its reactive data model to real applications. In this course, Managing State in Flutter, you’ll learn to about the most commonly used state-management options that Flutter offers and when to apply each one. First, you’ll explore how to manage data within a single component using Stateful widgets. Next, you’ll discover your options for sharing state among a collection of widgets using Providers. Finally, you’ll learn how to manage state using several popular 3rd party libraries. When you’re finished with this course, you’ll have the skills and knowledge of what your state management options are and when to apply them in your own Flutter applications.

Enroll now

What's inside

Syllabus

Course Overview
Simple State Management
Managing State with Providers
Managing State with GetX
Read more
Managing State with MobX
Managing State with the BLoC Pattern

Good to know

Know what's good
, what to watch for
, and possible dealbreakers
Focuses on one of the best options for building truly cross-platform mobile applications
Taught by an experienced instructor recognized in the industry
Provides a deep foundation for managing state in Flutter
Emphasizes crucial data management mechanisms for well-organized Flutter projects
Offers students practical ways to apply reactive data models to real-world applications
Requires students to have prior knowledge of Flutter and its basic concepts

Save this course

Save Managing State in Flutter to your list so you can find it easily later:
Save

Activities

Coming soon We're preparing activities for Managing State in Flutter. These are activities you can do either before, during, or after a course.

Career center

Learners who complete Managing State in Flutter will develop knowledge and skills that may be useful to these careers:
Mobile Application Developer
As a Mobile Application Developer, one is responsible for designing, coding, or testing mobile applications. This course can help you get started as a Mobile Application Developer. It offers a great foundation in managing state in Flutter applications. This is a core skill for those working on a team as well as those working independently.
Software Architect
Software Architects are responsible for the design and implementation of software systems. This course can help you get started as a Software Architect. It provides training in managing state in Flutter applications. This is a skill commonly required of a Software Architect.
Software Developer
Software Developers create and maintain applications, operating systems, and software tools. This course can help you get started as a Software Developer. It offers a great foundation in managing state in Flutter applications. This is a core skill for those working on a team developing a large codebase.
Software Engineer
Software Engineers are responsible for the development, deployment, and maintenance of software systems. This course can help you get started as a Software Engineer. It provides training in managing state in Flutter applications. State management is a critical skill for those working on complex, distributed systems.
Computer Systems Analyst
Computer Systems Analysts are responsible for the analysis, design, and implementation of computer systems. This course can help you get started as a Computer Systems Analyst. It provides training in managing state in Flutter applications. State management is a critical skill for those designing mobile applications.
User Interface (UI) Developer
User Interface (UI) Developers design and develop user interfaces that are visually appealing, accessible, and functional across a range of devices. This course can help you advance your career as a User Interface (UI) Developer. It covers topics in managing state in Flutter applications, a skill which is increasingly relevant for creating maintainable and flexible interfaces.
Project Manager
Project Managers are responsible for the planning, execution, and completion of projects. This course may be useful to a Project Manager. It provides training in managing state in Flutter applications. State management is critical for keeping a team on the same page.
Web Developer
Web Developers are responsible for the design and development of websites and web-based applications. This course may be useful for Web Developers. It provides training in managing state in Flutter applications. While web development is mostly done using other languages, Flutter is a popular tool for building mobile apps. This knowledge may be helpful for those who expect their web applications to also have a presence on mobile.
IT Consultant
IT Consultants provide advice and assistance to organizations on the use of information technology (IT). This course may be useful to an IT Consultant. It covers topics in managing state in Flutter applications. State management is an important skill for consultants who provide support to projects that are using a variety of state management techniques.
Information Security Analyst
Information Security Analysts are responsible for the protection of an organization's computer systems and networks from unauthorized access, use, disclosure, disruption, modification, or destruction. This course may be useful to an Information Security Analyst. It covers topics in managing state in Flutter applications. While network security is different from application security, the principles of state management learned in this course can be applied to other aspects of computer security as well.
Network Administrator
Network Administrators are responsible for the installation, configuration, and maintenance of computer networks. This course may be useful to a Network Administrator. It covers topics in managing state in Flutter applications. While network state management is different from application state management, the principles learned in this course can be applied to other aspects of computer networking as well.
IT Director
IT Directors are responsible for the planning, implementation, and management of an organization's information technology (IT) systems. This course may be useful to an IT Director. It covers topics in managing state in Flutter applications. This could be useful for managing teams working on multiple or complex projects.
Technical Writer
Technical Writers are responsible for creating and maintaining documentation for technical products. This course may be useful to a Technical Writer. It provides training in managing state in Flutter applications. This knowledge can be helpful for documenting changes in state as part of a software development project.
Data Scientist
Data Scientists are responsible for collecting, cleaning, and analyzing data in order to extract meaningful insights. This course may not directly relate to the role of Data Scientist, but as a STEM professional, the methods taught in this course may be useful. Data Scientists are often responsible for managing state on a computer in a variety of computational languages.
Database Administrator
Database Administrators are responsible for the installation, configuration, and maintenance of database systems. This course may not relate directly to a Database Administrator, but as an IT professional, the methods taught in this course may be useful for managing user state on a server computer.

Reading list

We've selected 15 books that we think will supplement your learning. Use these to develop background knowledge, enrich your coursework, and gain a deeper understanding of the topics covered in Managing State in Flutter.
Classic work on algorithms. It provides a comprehensive overview of the field of algorithms. This book valuable resource for anyone who wants to learn more about algorithms.
Classic work on operating systems. It provides a comprehensive overview of the field of operating systems. This book valuable resource for anyone who wants to learn more about operating systems.
Classic work on computer science. It provides a comprehensive overview of the field of computer science. This book valuable resource for anyone who wants to learn more about computer science.
Classic work on computer networks. It provides a comprehensive overview of the field of computer networks. This book valuable resource for anyone who wants to learn more about computer networks.
Classic work on data structures and algorithms. It provides a comprehensive overview of the field of data structures and algorithms. This book valuable resource for anyone who wants to learn more about data structures and algorithms.
Comprehensive guide to software development. It covers a wide range of topics, including software design, software testing, and software maintenance. This book valuable resource for anyone who wants to learn more about software development.
Classic work on domain-driven design (DDD). DDD software design approach that focuses on modeling the domain of the problem that the software is solving. This book valuable resource for anyone who wants to learn more about DDD.
Classic work on software engineering. It provides a wealth of insights into the challenges and complexities of software development. This book valuable resource for anyone who wants to learn more about software engineering.
Classic work on software development teams. It provides a wealth of insights into the challenges and complexities of working in software development teams. This book valuable resource for anyone who wants to learn more about software development teams.
Provides a comprehensive overview of the design and implementation of microservices. Microservices are a type of software architecture that emphasizes the decomposition of an application into small, independent services. This book valuable resource for anyone who wants to learn more about microservices.
Provides a comprehensive overview of the design and implementation of data-intensive applications. It covers a wide range of topics, including data modeling, data storage, and data processing. This book valuable resource for anyone who wants to learn more about data-intensive applications.
Introduces the Clean Architecture approach to software design. This approach emphasizes the separation of concerns and the use of dependency inversion. This book must-read for anyone who wants to learn how to design and build maintainable software applications.
Shares insights and best practices for real-world Flutter development. It covers advanced topics such as performance optimization, testing, and deployment. By exploring these concepts, developers can gain a deeper understanding of how to build and maintain high-quality Flutter applications beyond the scope of the course.
Provides a comprehensive overview of design patterns, including both classic and modern patterns. It is written in a clear and concise style, and it uses numerous examples to illustrate the concepts. This book valuable resource for anyone who wants to learn more about design patterns.

Share

Help others find this course page by sharing it with your friends and followers:

Similar courses

Our mission

OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.

Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.

Find this site helpful? Tell a friend about us.

Affiliate disclosure

We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.

Your purchases help us maintain our catalog and keep our servers humming without ads.

Thank you for supporting OpenCourser.

© 2016 - 2024 OpenCourser