-
-
Notifications
You must be signed in to change notification settings - Fork 206
support angular dart #110
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
We potentially could and is being considered. At the moment we rely on
shared_preferences which is Flutter dependant. We could swap this with a
NoSQL library I am testing but haven't had time to implement yet.
Do you have any time to assist me with this?
…On Sat, Mar 9, 2019, 18:05 Ahmed Wahdan ***@***.***> wrote:
it will be useful if it supports angular dart, so is there any planning to
support it.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#110>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AHgn3hb0fU-r1PM9MkdJ-AdPs8p2pknMks5vU_f3gaJpZM4bm0T->
.
|
yes for sure I'm going to use it on a project and I need to support flutter and angular dart |
I found this one https://pub.dartlang.org/packages/sembast |
Hey Ahmed, Your correct in suggesting Sembast, I'm using that in the example project in the repository layer at the moment, it does seem like a possible solution. At the moment, I just haven't had time to implement it. That's great suggestion with regards to separating packages. I will look into that too, and possible release it as 2 libraries. Do you have any experience in this type of work? I could definitely use some help? |
I don't have much experience in Dart, but I have experience in Android and iOS, |
i think this article is useful https://www.toptal.com/cross-platform/code-sharing-angular-dart-flutter-bloc |
Hey
Thanks for the article. It's not quite related. That's an explanation to
the BLoC pattern, which if your familiar with Android Arch, is extremely
similar to Android ViewModel & LiveData.
I can look into this, no worries. I'll probably take so e time but it will
be done. I'm working on the release/1.0.17 branch at the moment if you want
to keep up to date.
…On Sat, Mar 30, 2019, 12:04 Ahmed Wahdan ***@***.***> wrote:
i think this article is useful
https://www.toptal.com/cross-platform/code-sharing-angular-dart-flutter-bloc
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#110 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHgn3u7rmdsLJZlbLvZaxYDiKdhH8Jp1ks5vb1LEgaJpZM4bm0T->
.
|
yeah I know bloc and used it an inside project, I just talking about the concept and how he split and used the bloc module for both Flutter and angular also for the interface of [preferences_interface](https://github.com/budo385/todo_bloc_app/blob/master/bloc/lib/src/repository/preferences/preferences_interface.dart and ) okay I cloned the repo and I will keep tracing and thanks for your great job |
hello I did some modification the code and make parse code depends only on Dart and I test it on Dart VM and web and it works successfully the only limitation with PraseFile I used sembast as database also I make optional to chose I database you want to depend on shared_preferences or and kind of db |
Are you able to create a pull request with some code we can use? I've not
had a chance to work on this project for a couple of weeks.
…On Wed, 17 Apr 2019 at 07:57, Ahmed Wahdan ***@***.***> wrote:
hello I did some modification the code and make parse code depends only on
Dart and I test it on Dart VM and web and it works successfully the only
limitation with PraseFile I used sembast as database also I make optional
to chose I database you want to depend on shared_preferences or and kind of
db
just implement the interface and implement DB class with the way you like.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#110 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHgn3tmwlf1TkTmHJ2Pu2PgPVcWGdpnoks5vhsXxgaJpZM4bm0T->
.
--
Kind Regards
Phill Wiggins
Phill.Wiggins@Gmail.com
|
yes I will clean and organize the code and make pull request ASAP maybe at the end of the week |
Perfect, thank you!
…On Wed, Apr 17, 2019, 09:27 Ahmed Wahdan ***@***.***> wrote:
yes I will clean and organize the code and make pull request ASAP maybe at
the end of the week
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#110 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AHgn3sj334tvjXoa4RsVyfr8L76c3Raeks5vhtr7gaJpZM4bm0T->
.
|
I think Flutter Web is a better option and requires less work to be done |
I try to test the SDK on sample flutter web app, but it's doesn't work because it depends on some platform channel, that's not supported on flutter web below the errors that I got |
@WahdanZ I weren't expecting interest in it, but well
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<script defer src="main.dart.js" type="application/javascript"></script>
</head>
<body>
</body>
</html>
|
There's not been much movement on this recently. Are we safe to close? |
I am now closing this. Feel free to reopen if there is still a problem. |
it will be useful if it supports angular dart, so is there any planning to support it.
The text was updated successfully, but these errors were encountered: