Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 431 Bytes

Others.md

File metadata and controls

21 lines (11 loc) · 431 Bytes

Others

Notes that don't match any other categories but still need to be noted



Flutter: A "tool" that allows you to build native cross-platform apps with one programming language and codebase


Widget: Re-usable UI building blocks


Warning-1: You can only extend one class at a time


Warning-2: Every widget in flutter needs to extend Stateless widget or Stateful widget