This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import 'package:flutter/material.dart'; | |
void main() => runApp(MyApp()); | |
class MyApp extends StatelessWidget { | |
@override | |
Widget build(BuildContext context) { | |
return MaterialApp( | |
debugShowCheckedModeBanner: false, | |
title: 'App Name', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
========================================================================================================================== | |
Big IDE enchavements : AutoComplete(including user libs), Doc Tooltips, New SyntaxColoring, etc... | |
========================================================================================================================== | |
Progress: | |
======================= | |
- Autocomplete (95%) | |
- Realtime Parser and Error Marker(95%) | |
- Documentation in the Editor (in progress - 20%) |