📓
Flutter UI Kit
  • Initial page
  • Demo Download
  • Installation and setup
  • Creating a new project from existing source code
  • Editing code and viewing issues
  • File Structure
  • Pages Collection
    • ACTIVITY
    • CART
    • SEARCH FLOW
    • FILTERS
    • WISH LIST
    • PRODUCT SINGLE
    • HOME & CATEGORIES
    • SIGN IN SIGN UP
    • CHECKOUT
    • PROFILE
    • CALENDAR
    • CONTENT SCREEN
    • DISCOVER
    • MAPS
    • SOCIAL CARDS
  • About uFlutter
Powered by GitBook
On this page

Was this helpful?

Editing code and viewing issues

Edit and view the code

PreviousCreating a new project from existing source codeNextFile Structure

Last updated 4 years ago

Was this helpful?

The Flutter plugin performs code analysis that enables the following:

  • Syntax highlighting.

  • Code completions based on rich type analysis.

  • Navigating to type declarations (Navigate > Declaration), and finding type usages (Edit > Find > Find Usages).

  • Viewing all current source code problems (View > Tool Windows > Dart Analysis). Any analysis issues are shown in the Dart Analysis pane:

Dart Analysis pane