Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paulocf92/academiadoflutter-flutter-foundations-challenge

Flutter Foundations Challenge from Academia do Flutter.
https://github.com/paulocf92/academiadoflutter-flutter-foundations-challenge

academiadoflutter dart dartlang flutter flutter-app flutter-widgets

Last synced: about 1 month ago
JSON representation

Flutter Foundations Challenge from Academia do Flutter.

Awesome Lists containing this project

README

        

# Flutter - Foundation & Widgets Challenge

Foundation & Widgets Challenge

This project aims to clone an Instagram-like interface as part of Flutter foundation lectures by Academia do Flutter. The implementation focuses solely on the app's appearance (StatelessWidget) and does not make use of Scaffold.

## 📑 Content
- Widget construction
- SafeArea, Container, SizedBox, CircleAvatar, Padding, Stack, Align, Positioned, SingleChildScrollView, Row, Column, Expanded, RichText, Image, etc
- Conditional rendering with Visibility
- Classes, Enumerators, Subclassing (inheritance), Custom Widgets
- Assets loading through pubspec.yaml
- intl lib usage for locale-aware number formatting

Made with ❤️ by [Paulo Filho](https://www.linkedin.com/in/paulocf92/)!