All Projects → zh8637688 → Flutter-Example

zh8637688 / Flutter-Example

Licence: other
Flutter练手项目,通过一些实例项目来学习、记录 Flutter 的知识点,zhihu、2048

Programming Languages

dart
5743 projects
java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to Flutter-Example

cryptoplease-dart
Dart and Flutter apps and libraries maintained by Espresso Cash (Formerly Crypto Please) team for Solana.
Stars: ✭ 188 (+327.27%)
Mutual labels:  mobile-app, dart2
react-native-football
React Native Premier League Football App ⚽ 👟🏆🏅
Stars: ✭ 61 (+38.64%)
Mutual labels:  mobile-app
FlutterMovieDetail
Simple Flutter Movie List & Detail Screen ui.
Stars: ✭ 40 (-9.09%)
Mutual labels:  dart2
mesan-react-native-authentication-app
A React Native app with authentication including Register, Login, Username, Forgot Password and Update Profile using React Hooks and React Context API.
Stars: ✭ 35 (-20.45%)
Mutual labels:  mobile-app
Auraglyph
Auraglyph is an infinite modular musical sketchpad.
Stars: ✭ 62 (+40.91%)
Mutual labels:  mobile-app
Android-daily-read-tips
log for articles and info in android for every developer
Stars: ✭ 13 (-70.45%)
Mutual labels:  mobile-app
ScoutAR
Augmented reality app displays nearby restaurant information in a live camera and map view.
Stars: ✭ 28 (-36.36%)
Mutual labels:  mobile-app
ito-app
A privacy-first contact tracing app
Stars: ✭ 50 (+13.64%)
Mutual labels:  mobile-app
Tasky
Tasky is a task management app made with SwiftUI.
Stars: ✭ 22 (-50%)
Mutual labels:  mobile-app
Flutter-BabyStepsQuiz
A Flutter Quiz App.
Stars: ✭ 21 (-52.27%)
Mutual labels:  mobile-app
covid19cuba-app
Mobile application of Covid19 Cuba Data project implemented with Flutter
Stars: ✭ 41 (-6.82%)
Mutual labels:  mobile-app
react-native-single-select
Customizable & Easy to Use Single Select Library for React Native
Stars: ✭ 74 (+68.18%)
Mutual labels:  mobile-app
swipedetector
A Flutter package to detect up, down, left, right swipes.
Stars: ✭ 34 (-22.73%)
Mutual labels:  dart2
flutter rongcloud im
融云通讯imlib封装的插件
Stars: ✭ 36 (-18.18%)
Mutual labels:  dart2
timer-machine-android
⏲ A highly customizable interval timer app for Android
Stars: ✭ 32 (-27.27%)
Mutual labels:  mobile-app
organicmaps
🍃 Organic Maps is a free Android & iOS offline maps app for travelers, tourists, hikers, and cyclists. It uses crowd-sourced OpenStreetMap data and is developed with love by MapsWithMe (MapsMe) founders and our community. No ads, no tracking, no data collection, no crapware. Your donations and positive reviews motivate and inspire our small team!
Stars: ✭ 3,689 (+8284.09%)
Mutual labels:  mobile-app
mangosta-android
MongooseIM client for Android
Stars: ✭ 31 (-29.55%)
Mutual labels:  mobile-app
liveshop
融合电商与直播的跨平台APP,主要采用了Flutter技术开发而成,目前开发中
Stars: ✭ 24 (-45.45%)
Mutual labels:  dart2
musicont
React Native & Expo music player application UI
Stars: ✭ 72 (+63.64%)
Mutual labels:  mobile-app
UCThello
UCThello - a board game demonstrator (Othello variant) with computer AI using Monte Carlo Tree Search (MCTS) with UCB (Upper Confidence Bounds) applied to trees (UCT in short)
Stars: ✭ 26 (-40.91%)
Mutual labels:  mobile-app

Flutter-Example

Flutter是Google推出的一款移动端跨平台UI开发框架。

不同于React-Native、Weex等跨平台框架,Flutter具有以下的特性:

  1. Flutter抛弃了桥接原生控件的方案,而是通过平台提供的Canvas自行绘制所有控件;
  2. Flutter使用Dart作为编程语言,Dart语言的AOT特性使得Flutter应用代码能够被预编译成本地代码。

这些特性让Flutter能够更加流畅地运行在各个移动平台中。

Flutter即将发布第一个Release版本,这里记录一下Flutter的学习过程及Flutter相关的资料。

Flutter官网

https://flutter.io/

Flutter中文网站

https://flutter-io.cn/
Flutter中文网
Flutter中文开发者论坛

FlutterStudio,一个在线的Flutter页面构建工具

https://flutterstudio.app/
FlutterStudio

Flutter填坑

  • Android应用启动白屏
  • Flutter 中关于 WebView 的讨论,目前 Flutter 自身还不支持 WebView,可通过插件使用 native 的 WebView。(native webview 会覆盖在 flutter 渲染层之上,导致后续打开的页面被遮挡)

知乎日报

Splash Home detail

Drawer Login Collection

menu dark

Future

  • Route
    • 支持设置统一的页面跳转动画;
    • 支持带参数的命名路由,Navigator.of(context).pushNamed(pagePath + '?key=value')
    • 支持路由拦截,RouteInterceptor

Flutter 2048

Flutter 2048

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].