flutter-client
Publish
Our great sponsors
- Appwrite - The Open Source Firebase alternative introduces iOS support
- SonarQube - Static code analysis for 29 languages.
- CodiumAI - TestGPT | Generating meaningful tests for busy devs
- InfluxDB - Access the most powerful time series database as a service
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
flutter-client | Publish | |
---|---|---|
38 | 14 | |
1,346 | 4,505 | |
1.6% | - | |
9.9 | 0.0 | |
7 days ago | 15 days ago | |
Dart | Swift | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
flutter-client
-
⟳ 1 apps added, 21 updated at f-droid.org
Invoice Ninja (version 5.0.102): Create invoices, accept payments, track expenses & time-tasks
- Invoice program to replace crater?
-
32 free Flutter templates for great mobile apps
Invoice Ninja is a robust business suite for documenting invoices, tasks, expenses, maintaining inventory, automation, and many more features. This advanced invoicing software supports all desktop and mobile platforms unparalleled to the most prominent companies in the same business.
-
⟳ 0 apps added, 33 updated at f-droid.org
Invoice Ninja (version 5.0.93): Create invoices, accept payments, track expenses & time-tasks
-
List of web apps built with Flutter
The source code is available here: https://github.com/invoiceninja/admin-portal
-
⟳ 1 apps added, 32 updated at f-droid.org
Invoice Ninja (version 5.0.66): Create invoices, accept payments, track expenses & time-tasks
-
What are common ways to do application structure and architecture in Flutter?
wow, its not often I see people recommend using redux in Dart / Flutter. Props to you. Please share example projects to spread awareness that it's a valid state mgmt pattern even in Flutter. Many people dismiss it but it's still used. Invoice Ninja uses it for their Flutter apps https://github.com/invoiceninja/admin-portal
- What is the status of building a PWA with Flutter ? is it enough to replace react as a frontend manager?
- What are some good open source Flutter projects that can be used to learn?
Publish
-
How to turn a folder of markdown docs into a structured docs section in an app?
First thing I thought of was John Sundell's Publish, then make all the articles as posts. A bit of HTML work and have it list it as a sidebar with an order metadata of the markdown. You could then use the LocalWebsitePublishPlugin to make it all accessible offline too - though I haven't tested it so I dont know if it works or not. There are not a lot, but some plugins available too that are helpful, and it's nice to be inside of the same language ecosystem.
-
Is it possible to code a website using Swift?
There is a SSG that uses Swift: https://github.com/JohnSundell/Publish
-
Ask HN: Share Your Personal Site
I made https://will.institute/ as a place to post stuff after bailing on most social media, the existing content was migrated over from my old Instagram account.
Static site built in Swift with Publish: https://github.com/JohnSundell/Publish
Since I got out of the habit of posting anything on Instagram for a couple years I haven’t really gotten back into it for my own site, but one of these days I’ll put some new pictures up!
-
Swift.org Website is Now Open Source
The best static site generator in Swift is Publish, but the Swift.org website is much older than that project.
-
I created a blog template that uses Github as the CMS, so your blog can be version controlled and written with the same workflow as you write your code. What do you think?
Currently working on something similar, but in Swift, with Publish. Still a long way off since my css skills leave a lot to be desired, lol
-
Just a simple coding question
If a static website works for you, you can use Publish library by John Sundell.
-
Apple’s use of Swift and SwiftUI in iOS 15
"There are dozens of us" but seriously, there is some interest from users but most projects done by companies have been abandoned, SwiftUI feels almost like a language divergence, which is frustrating. I'll list what I know about but it's by no means comprehensive.
The good news is that server side on Linux is still working well, Vapor 4 is solid, growing and looks like it has a bright future and Perfect is still going too, though Perfect seems disjointed from the main community. IBM's Kitura and involvement with Swift is over though. Server side seems like it's best future right now, since it's more performant than Javascript and uses less cycles, which can have a lot of cost benefits.
Static site generation looks good too, Publish by John Sundell being the most famous (https://github.com/JohnSundell/Publish) but a lot of others have started springing up lately.
"Swift for Tensorflow" by Google has been shut down. Though that was mostly Google giving advice on how to evolve Swift to work better for ML. It's a shame too, since it felt like Fast.Ai was adopting it and starting to teach it at one point, so the shutdown felt a bit premature, but this is Google after all, shutting things down is what they do.
Swift 5.0+ seems to have stabilized the language quite a bit too(ABI Stability and other things), which is a good thing, as hopefully the tutorials/docs from now on should remain more consistent. The built in package manager "Swift Package Manager" seems to be working better too, though there are still a lot of complaints/missing features, but on the whole I like it.
Swift on Linux seems to be officially supported by more flavors of Linux than it used to be. Meanwhile Swift on Windows works right now but I wouldn't use it in production yet, it throws errors that are the sort that if you ask anyone they will answer "that's normal, ignore that". Some have even gotten modern Swift to run on older MacOS's leveraging LLVM.
Swift WASM seems to have had a big update with Swift 5.4 https://forums.swift.org/t/swiftwasm-5-4-0-has-been-released... though I've not yet tried it having given up on Swift WASM about a year ago.
Youtuber Stega's Gate(https://www.youtube.com/channel/UCBXFkK2B4w9856wBJfCGufg) is building a cross platform game engine in swift.
IntelliJ has a decent alternative to Xcode now too, using Clion with an app made by them(though it's still not as integrated as Xcode, nothing would be).
Getting it to run on android is technically possible, but the workaround it too much, but that's mostly on Google actually, since the support for writing things in C for Android is so depreciated it's a joke.
The Docs are still terrible though, have been to my knowledge since 3.0 became outdated. That said the official books are alright and there are tutorial communities that are pretty good too, but it's shameful that the docs should be that useless.
So yeah, Swift is nearly viable for non Mac things, but there aren't much for libraries outside of backend. Some are tinkering and making cool stuff, but at times it's difficult when even the non app related programming tutorials for those are like "let's do it on MacOS using Xcode".All of that said, it's my favorite language, I want it to have a community similar to Rust's but I don't think Apple supports it the right way for that happen, they seem ok with it staying inside their ecosystem, like they are ok if the community does stuff outside of it, but they aren't helping it or encouraging it, is the general feeling. Ironically I was recommended to Swift initially because of the community that it had at the time, the caveat being "if you want to make apps for Apple's ecosystem", which isn't terrible, but it's not what I want. I'll probably give up on it if it doesn't change in the next year or so and go all in on Rust is likely what will happen, but again it's a shame.
-
Static site generators to watch in 2021
For any Swift devs needing to put together a webpage, check out Publish: https://github.com/JohnSundell/Publish
-
How can you possibly call flutter web stable?
My website is built with a Swift static site generator (that I have forked to accommodate my needs), and otherwise uses basic HTML + CSS and a bit of vanilla JS. Works great.
- What are some cool swift projects i can work on besides apps?
What are some alternatives?
Nextcloud - ☁️ Nextcloud server, a safe home for all your data
reactor-wallet - 💳 Non-custodial cross-platform wallet for Solana
flutter-rust-ffi - Starter project for Flutter plugins willing to access native and synchronous rust code using FFI
Invoice Ninja - Invoices, Expenses and Tasks built with Laravel, Flutter and React
pluvia_weather_flutter - A weather app with beautiful animations, built with Flutter. Uses the OpenWeatherMap API and MapBox API.
Fediverse.app - A client for Pleroma and Mastodon instances written using Flutter
dcnnt-android - Android client for https://github.com/cyanomiko/dcnnt-py
dockerfiles - Docker files for Invoice Ninja
Pelican - Static site generator that supports Markdown and reST syntax. Powered by Python.
Nikola - A static website and blog generator
dartea - The Elm Architecture (TEA) for Flutter
Vapor - 💧 A server-side Swift HTTP web framework.