<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="252143" data-post-id="252143">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="BLUECALF" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/BLUECALF/120/26641_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  BLUECALF
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Sorry guys I was using <em>phoenix_socket</em> flutter package and it has no that "_channel.on() " method.</p>
<p>After trying the * phoenix_wings*  package It works for me.<br>
thanks you all.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="252143" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/how-to-integrate-flutter-with-phoenix/29819/12">Post #11</a>
	                </div>
	            </div>
              <div id="likers-container-252143" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="252143"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #11"></div>
  </section>
</div>
    <div class="postbit" id="344576" data-post-id="344576">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="acrolink" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/acrolink/120/8985_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  acrolink
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<aside class="quote no-group" data-username="MrDoops" data-post="5" data-topic="29819" data-full="true">
<div class="title">
<div class="quote-controls"></div>
<img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/mrdoops/48/7118_2.png" class="avatar"> MrDoops:</div>
<blockquote>
<p>You could also use <a href="https://hexdocs.pm/absinthe/overview.html" rel="noopener nofollow ugc">Absinthe </a> to run a GraphQL server with Phoenix and access it with <a href="https://github.com/zino-app/graphql-flutter" rel="noopener nofollow ugc">GraphQL-Flutter </a>. If were building a Flutter app right now that’s the route I would go.</p>
</blockquote>
</aside>
<p>That is interesting. I am looking for a way to connect  a Flutter application to a Phoenix server for a real-time AI (Chat-GPT) assisted chat. Here is the related issue I have opened on the topic:</p><aside class="quote" data-post="13" data-topic="67049">
  <div class="title">
    <div class="quote-controls"></div>
    <img alt="" width="24" height="24" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/arcanemachine/48/29109_2.png" class="avatar">
    <div class="quote-title__text-content">
      <a href="https://forum.elixirforum.com/t/how-to-simulate-phoenix-liveview-in-a-flutter-mobile-application/67049/13" rel="nofollow">How to simulate Phoenix LiveView in a Flutter mobile application?</a> <a class="badge-category__wrapper " href="/c/questions-help/questions/53" rel="nofollow"><span data-category-id="53" style="--category-badge-color: #C14BFB; --category-badge-text-color: #000000; --parent-category-badge-color: #C14BFB;" data-parent-category-id="171" data-drop-close="true" class="badge-category --style-square --has-parent" title="Elixir Questions / Help"><span class="badge-category__name">Questions</span></span></a>
    </div>
  </div>
  <blockquote>
    I never published on the App Store, these were hobby/self-study projects.
  </blockquote>
</aside>

<p>What captured my attention when it comes to <code>Absinthe</code> is that it supports <code>subscriptions</code>, which means that under an ongoing chat, user messages will be send to AI, can be stored in DB, and AI responses can also be stored in DB, and with a <code>subscription</code>, the end-user <code>(Flutter application)</code> can be notified of the response recieved from AI.</p>
<p>Is this plausible, you think <a class="mention" href="/u/mrdoops" rel="nofollow">@MrDoops</a> ?</p>
<ul>
<li>Related to <a href="https://github.com/brainlid/langchain" class="inline-onebox" rel="noopener nofollow ugc">GitHub - brainlid/langchain: Elixir implementation of a LangChain style framework that lets Elixir projects integrate with and leverage LLMs. · GitHub</a> , by <a class="mention" href="/u/brainlid" rel="nofollow">@brainlid</a> and others.</li>
</ul> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="344576" data-batch-url="/posts/batch_likers">
                        0
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/how-to-integrate-flutter-with-phoenix/29819/13">Post #12</a>
	                </div>
	            </div>
              <div id="likers-container-344576" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="344576"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-last-post cat-last-post" title="Last post!"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <span class="all-loaded">— All posts loaded —</span>
</div></template></turbo-stream>