rudderlabs / rudder-sdk-flutter

Flutter SDK for RudderStack - the Customer Data Platform for Developers. Now supports Android, iOS and Web tracking!
https://www.rudderstack.com
Other
7 stars 25 forks source link

feat: separated db encryption into a separate plugin #130

Closed desusai7 closed 11 months ago

desusai7 commented 1 year ago

Description of the change

RudderConfigBuilder builder = RudderConfigBuilder(); builder ..withDataPlaneUrl("DATA_PLANE_URL") ..withMobileConfig(mc) ..withLogLevel(RudderLogger.VERBOSE); rudderClient.initialize("WRITE_KEY", config: builder.build(), options: null);



## Type of change
- [ ] Bug fix (non-breaking change that fixes an issue)
- [x] New feature (non-breaking change that adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)

## Checklists

### Development

- [x] Lint rules pass locally
- [ ] The code changed/added as part of this pull request has been covered with tests
- [x] All tests related to the changed code pass in development

### Code review 

- [x]  This pull request has a descriptive title and information useful to a reviewer. There may be a screenshot or screencast attached
- [x] "Ready for review" label attached to the PR and reviewers mentioned in a comment
- [ ] Changes have been reviewed by at least one other engineer
- [x] Issue from task tracker has a link to this pull request 
desusai7 commented 1 year ago

How plugin and features package are different?

@bardisg, They are not different, shall I move features under plugins ?

sonarcloud[bot] commented 11 months ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information