Chimera-Flutter-Code-Push icon indicating copy to clipboard operation
Chimera-Flutter-Code-Push copied to clipboard

This SDK helps Flutter implement Code Push(热更新). Official Blog: https://medium.com/@chimerapush

Results 14 Chimera-Flutter-Code-Push issues
Sort by recently updated
recently updated
newest added

I'm still concern about Apple approval for this library when submitting app for review. As described In License agreement and section 2.5.2 of AppStore Review Guidelines, an interpreted code may...

I read your article on medium. i see you have flutter 1.22.6 for the tutorial. do you have any update what newest version of the flutter sdk that supported this...

``` Unhandled exception: DioError [DioErrorType.other]: SocketException: Failed host lookup: 'chimera-code.com' (OS Error: nodename nor servname provided, or not known, errno = 8) #0 DioMixin.assureDioError (package:dio/src/dio_mixin.dart:819) #1 DioMixin._dispatchRequest (package:dio/src/dio_mixin.dart:678) #2 DioMixin.fetch.....

Already set chmod 777 to compiler but getting this error: `Current version 1.0.7 thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 13, kind: PermissionDenied, message:...

"https://waytoon.medium.com/how-to-do-code-push-on-flutter-2-0-3b996cd0cac" I followed this guide. However, when the ./rust_compile command is executed, only the text “Current version 1.0.7” is displayed and nothing happens. Maybe m1 Mac is not supported?

F:\OneDrive\Desktop\code>rust_compile 'rust_compile' 不是内部或外部命令,也不是可运行的程序 或批处理文件。

Will this plugin supports latest flutter versions? Or what is the maximum supported flutter version?

执行./rust_compile之后显示Couldn't connect to the server... 但是http-server已经启动起来了 http-server启动信息: ``` wudan:flutter_code_push/ $ http-server -c -1 [17:27:32] Starting up http-server, serving ./ http-server version: 14.1.1 http-server settings: CORS: disabled Cache: true seconds Connection...

环境: Flutter 3.0.5 • channel stable • https://github.com/flutter/flutter.git Framework • revision f1875d570e (9 months ago) • 2022-07-13 11:24:16 -0700 Engine • revision e85ea0e79c Tools • Dart 2.17.6 • DevTools 2.12.2...

I have downloaded the rust_compile to use it but got no luck running it. Does it only work on Mac OS? Please list where the compiler can be run.