Flutter is an open source UI toolkit for building beautifulnatively compiled applications for mobilewebdesktopand embedded devices from a single codebase. Flutter is primarily funded by Google with contributors from all around the world.
To learn more about Fluttersee https://flutter.dev.
To get up to speed quicklystart with our getting started guide!
You can join the fun by following our contributing guide. 🌈 Everyone is welcome!
The Flutter project has a number of repositoriessome important ones include:
- devtools: the DevTools tooling (performance toolsinspectordebugger).
- flutter: the Flutter frameworkengineand
fluttercommand line tool. Start here. - flutter-intellij: the IntelliJ plugin for Flutter.
- packages: the Dart packages maintained by the Flutter teamsuch as animationsrfwcameraand webview_flutter.
- samples: examples of Flutter applications for your enjoyment and edification.
- tests: a repository for you to submit your application's tests to ensure that breaking changes don't affect your application.
- website: the source for our documentation sitehttps://docs.flutter.dev/.
The Flutter engine was previously located at flutter/enginebut has since been merged into flutter/flutter at the engine/ directory. The engine is the rendering backendwhich is ported to each platform we support.