Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Commit

Permalink
Merge branch 'stable' into release/1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-015 committed Feb 9, 2021
2 parents c6e1e5d + bf9babd commit 82be24f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,10 @@ Since Figma operates from a cloud native approach we use the Figma File ID and a
3. Scroll Down to the "Create a new Personal Access Token"
4. Create a new Personal Access Token with the name Parabeac, you should then be prompted with your new API Key. Make sure to copy this as you wont be able to access it again after you click confirm. (It should look something like this: ```64522-a0e5509a-d5ce-47a8-880b-c295f9cb27ed```


## Metrics
Parabeac-core keeps track of how many times it is run. Although we do not collect any personal information, you can turn off metrics at any time by creating the environment variable `PB_METRICS = "false"`.

## Using State Management Configuration
![State Management](https://kindling-sketch.s3.amazonaws.com/PB_to_Flutter_with_State_management.png)

Expand All @@ -121,6 +123,8 @@ To set the state management configuration, head over to edit `/Parabeac-Core/lib

Here you can replace the `state-management` property to `bloc` or `provider`. Soon you can also set `riverpod`.

You can learn how to easily create your own state management configuration in the [wiki](https://github.com/Parabeac/Parabeac-Core/wiki/How-to-Create-a-State-Management-Configuration), let us know if you're thinking about doing this and if you need any help!

You can learn how to easily create your own state management configuration in the [wiki](https://github.com/Parabeac/Parabeac-Core/wiki/How-to-Create-a-State-Management-Configuration), let us know if you're thinking about doing this and if you need any help!
# Running the exported code
### Requirements
Expand Down
3 changes: 0 additions & 3 deletions package-lock.json

This file was deleted.

0 comments on commit 82be24f

Please sign in to comment.