DEV Community

Cover image for Flutter Widget In Detail: MaterialApp
Dhruv Nakum
Dhruv Nakum

Posted on

Flutter Widget In Detail: MaterialApp

Introduction:

  • MaterialApp is Futter's one of the most powerful widgets. if you create a basic Flutter app then the first widget you'll see is MaterialApp
  • MaterialApp wraps a number of widgets that are commonly required for material design applications.
  • By wrapping your application inside the MaterialApp, you're telling your app to use Android's Material Design, which is a design system created by Google to help teams build high-quality digital experiences for Android, iOS, Flutter, and the web.

.... Read Full article Here

Top comments (1)

Collapse
 
sloan profile image
Sloan the DEV Moderator

Hi there, we encourage authors to share their entire posts here on DEV, rather than mostly pointing to an external link. Doing so helps ensure that readers don’t have to jump around to too many different pages, and it helps focus the conversation right here in the comments section.

If you choose to do so, you also have the option to add a canonical URL directly to your post.