Flutter
Flutter is an open-source UI software development kit created by Google. It is used to develop applications for Android, iOS, Linux, Mac, Windows, Google Fuchsia, and the web from a single codebase. The first version of Flutter was known as codename "Sky" and ran on the Android operating system. It was unveiled at the 2015 Dart developer summit, with the stated intent of being able to render consistently at 120 frames per second. During the keynote of Google Developer Days in Shanghai, Google announced Flutter Release Preview 2, which is the last big release before Flutter 1.0. On December 4, 2018, Flutter 1.0 was released at the Flutter Live event, denoting the first "stable" version of the Framework. On December 11, 2019, Flutter 1.12 was released at the Flutter Interactive event.On May 6, 2020, the Dart SDK in version 2.8 and the Flutter in version 1.17.
Relations
A software development kit (SDK) is a collection of software development tools in one installable pac...
a subtopic of Mobile app development
Mobile app development is the act or process by which a mobile app is developed for mobile devices, s...
Overlay is a Stack of entries that can be managed independently. Overlays let independent child wi...
a parent of Flutter state management
Managing state in Flutter applications.
a parent of Business Logic Components (BLoC)
BLoC stands for Business Logic Components. The gist of BLoC is that everything in the app should be r...
a parent of Flutter animations
Well-designed animations make a UI feel more intuitive, contribute to the slick look and feel of a po...
A sliver is a portion of a scrollable area that you can define to behave in a special way. You can us...
a parent of Flutter splash screens
Splash screens (also known as launch screens) provide a simple initial experience while your mobile a...
a parent of Flutter navigation
Flutter’s navigation and routing mechanism
Edit topic New topic
Resources
is treated in Develop Linux Apps with Flutter on Windows Machine
10.0 rating 2.0 level 10.0 clarity 5.0 background – 1 rating
Create a seamless Linux app development experience on Windows 10.
is treated in Optimizing performance in Flutter web apps with tree shaking and deferred loading
10.0 rating 2.0 level 9.0 clarity 4.0 background – 1 rating
For the best user experience it is important that an app loads fast. The initial load time of a Flutt...
is applicable to Flutter Widget Examples
5.0 rating 1.0 level 10.0 clarity 3.0 background – 1 rating
An ultimate cheatbook of curated designs. Flutter widget examples.
10.0 rating 5.0 level 5.0 clarity 3.0 background – 1 rating
An awesome list that curates the best Flutter libraries, tools and apps.
No advanced resources matching your criteria have been registered, yet.
is treated in Code With Andrea
Flutter app development tutorials by Andrea Bizzotto.
is treated in refactord/flutter-deep-dive
Flutter Guides GitHub repository. This will be the main repository of refacotrd project guides.