flutter_on_rails 0.0.2.alpha → 0.0.3.alpha
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/LICENSE +1 -1
- data/README.md +5 -5
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 83848cbcce6778190529afdfb309413f603430cf177d18da8427f55cdb22849b
|
4
|
+
data.tar.gz: c47057705313fa183e2b3848917169da7b8af372e0ec33dccc6f05fed6a96b31
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7f73b520c27172eb13c6d2f570aaf830653c8c1346c008dba13ea8c39423b85f7dfe1d5268c372dad6ddc482f92d2119d002c05c4677555a8980e79492164a67
|
7
|
+
data.tar.gz: 79c998d31ce7814f6cd159df0c001a6304bc4bbb08187da246a36081c158dbedfb95370dce486a8dd90f278ca9405d6919d30b65864388d36b08df9b31723ae1
|
data/LICENSE
CHANGED
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
18
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
-
SOFTWARE.
|
21
|
+
SOFTWARE.
|
data/README.md
CHANGED
@@ -10,9 +10,9 @@ Before using Flutter on Rails CLI, make sure you have:
|
|
10
10
|
|
11
11
|
- [Install Flutter](https://docs.flutter.dev/get-started/install) for your operating system
|
12
12
|
- After installation, verify it's working by running:
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
```bash
|
14
|
+
flutter doctor
|
15
|
+
```
|
16
16
|
- Make sure to follow any additional setup instructions provided by `flutter doctor`
|
17
17
|
|
18
18
|
2. **Ruby** installed on your system
|
@@ -28,9 +28,9 @@ gem install flutter_on_rails
|
|
28
28
|
Create a new Flutter on Rails application:
|
29
29
|
|
30
30
|
```bash
|
31
|
-
frails create
|
31
|
+
frails create
|
32
32
|
# or
|
33
|
-
flutter_on_rails create
|
33
|
+
flutter_on_rails create
|
34
34
|
```
|
35
35
|
|
36
36
|
Run the application:
|
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flutter_on_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.3.alpha
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
- Adam
|
7
|
+
- Adam Moussa Ali
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
10
|
date: 1980-01-02 00:00:00.000000000 Z
|
@@ -140,7 +140,8 @@ files:
|
|
140
140
|
homepage: https://github.com/AdamMusa/flutter_on_rails_cli
|
141
141
|
licenses:
|
142
142
|
- MIT
|
143
|
-
metadata:
|
143
|
+
metadata:
|
144
|
+
documentation_uri: https://github.com/AdamMusa/flutter_on_rails_cli#readme
|
144
145
|
rdoc_options: []
|
145
146
|
require_paths:
|
146
147
|
- lib
|