Posts

Showing posts with the label flutter

Flutter won't build project inside exFAT file system

Because exFAT doesn't support symbolic link which somehow used by dart toolchain which makes it fails to build. There is an issue on github too.  https://github.com/flutter/flutter/issues/76668

Using VSCode for Flutter in daily basis? might as well check below extensions

Image
Here are list of extensions to ease the development of Flutter using Visual Studio Code(VSCode): 1. Flutter: official Flutter extension by Flutter Team. This extension provide IntelliSense, debugging, hot reload, dan many more. 2. Dart: anything dart. 3. Flutter Color: This extension shows colors in your Flutter code, if you click on that color, it will show a color picker which you can easily select color you want. 4. Flutter Widget Snippets: Flutter snippets saving time and efforts of writing mediocre code like class Component extends StatelessWidget with just type stl and tab which will expands to stateless or stateful widget depends on your choice. 5. Awesome Flutter Snippets: just another flutter snippet. 6. Flutter Wrap: wrap any widget with another widget. 7. Flutter Intl: This extension enables you to easily do internationalization(multiple language) using Flutter. 8. Pubspec Assist: An extension to help you manage pubspec file easily. If you are not get enough, just click on t