[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-9530":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":16,"stars30d":16,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":17,"rankGlobal":10,"rankLanguage":10,"license":18,"archived":19,"fork":19,"defaultBranch":20,"hasWiki":21,"hasPages":19,"topics":22,"createdAt":10,"pushedAt":10,"updatedAt":28,"readmeContent":29,"aiSummary":30,"trendingCount":16,"starSnapshotCount":16,"syncStatus":31,"lastSyncTime":32,"discoverSource":33},9530,"FlutterCinematic","aaronoe\u002FFlutterCinematic","aaronoe","Flutter clone of my \"Cinematic\" App","",null,"Dart",901,273,45,17,0,51.31,"MIT License",false,"master",true,[23,24,25,26,27],"android","cross-platform","dart","flutter","ios","2026-06-12 04:00:45","# Flutter Cinematic\n\nThis app is a Flutter port of the native Android App [Cinematic](https:\u002F\u002Fgithub.com\u002Faaronoe\u002FCinematic).\nMy intention in creating this app was understanding the intricacies of building apps in Flutter.\nJust like the native Android App this app does **not make any efforts in being a nicely architectured application**.\nThat being said the whole point is to showcase Flutter's capabilities for building simple apps \nand to understand key difference and advantages to native development.\n\n## Overview\n\nThe app uses the [Movie DB Public API](https:\u002F\u002Fwww.themoviedb.org\u002Fdocumentation\u002Fapi) as a data \nsources and uses the standard dart libraries for making network requests.\n\nIn terms of UI, the goal was replicating the Android design as closely as possible to understand\nthe possibilities that Flutter offers for crafting UIs.\n\n## Building from Source\n\nTo build this app from source you will have to obtain an API-key from [TMDB right here](https:\u002F\u002Fdevelopers.themoviedb.org\u002F3\u002Fgetting-started\u002Fintroduction).\nSet this key to the constant `API_KEY` in `constants.dart` to run the app.\nAdditionally, the app now uses Dart2 which means that you should enable that in your IDE if you haven't done so yet.\n\n## Video\n\n![In App Experience](https:\u002F\u002Fgithub.com\u002Faaronoe\u002FFlutterCinematic\u002Fblob\u002Fmaster\u002Fscreenshots\u002Fflutter_cinematic_gif.gif?raw=true)\n\n## Learnings\n\nCreating this app and learning Flutter in general felt like a gift for developers.\nIt significantly increased development velocity by, amongst others, \nreducing development cycles and the ability to create reactive, modular components.\nComing from the realms of Android, those are the things that stood out to me:\n- Creating beautiful UIs is easier with Flutter\n- Avoiding to write boilerplate code (XML layouts, adapters etc.)\n- Creating UIs in a declarative way without dealing with the shortcomings of Android's Databinding\n- Hot Reload - this one is a **game-changer**\n- Dart is not that bad of a language, but it doesn't get close to Kotlin. \nI think for the Usecase of Flutter Dart actually makes a lot of sense\n- The ability to not worry about state changes in the UI. The Widget will take care of the rendering \nusing it's properties or state\n\n## License\n\nThis project utilizes the [MIT License](https:\u002F\u002Fgithub.com\u002Faaronoe\u002FFlutterCinematic\u002Fblob\u002Fmaster\u002FLICENSE \"Project License\")","FlutterCinematic 是一个使用 Flutter 框架重制的电影信息应用，旨在展示 Flutter 在构建跨平台应用方面的能力。项目通过调用 The Movie DB 公共 API 获取数据，并利用标准 Dart 库处理网络请求，实现了与原生 Android 版本相似的用户界面设计。其核心功能包括展示热门电影列表、搜索影片等，特别强调了 Flutter 的热重载、声明式UI构建以及减少样板代码的优势。适用于希望快速开发或学习 Flutter 技术的开发者，尤其是对跨平台移动应用开发感兴趣的人员。",2,"2026-06-11 03:23:16","top_language"]