Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/paulocf92/academiadoflutter-flutter-foundations-challenge
- Owner: paulocf92
- Created: 2024-03-09T15:26:23.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-09T15:29:09.000Z (8 months ago)
- Last Synced: 2024-09-29T16:03:06.670Z (about 2 months ago)
- Topics: academiadoflutter, dart, dartlang, flutter, flutter-app, flutter-widgets
- Language: Dart
- Homepage:
- Size: 28.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter - 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 formattingMade with ❤️ by [Paulo Filho](https://www.linkedin.com/in/paulocf92/)!